Use MIOperand in collectLocalKilledOperands to make the search global, as we already have to search for global uses too. This allows us to delete more dead code when tail predicating.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- Fixed a bug in getUniqueReachingMIDef.
- During operand collection, visit all uses and not just killed ones.