Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getRegisterId called on unused PHI instruction
Do not use "use-less" PHI instructions as the result of CFG tokens. This results in a crash because the registerize pass does not assign registers to instructions with 0 users, so the `getRegisterId` lookup for the PHI instruction would fail.
- Loading branch information