When moving an instruction into a block where it was referenced by a phi when peeling,
refer to the phi's register number and assert that the instruction has it in its destinations.
This way, it also covers instructions with more than one destination.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo