This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Fix invalid reduction from breaking phi operands
ClosedPublic

Authored by arsenm on Aug 21 2023, 6:46 AM.

Details

Summary

Fix "PHI node has multiple entries for the same basic block with
different incoming values!" when running operands-to-args.

Diff Detail

Event Timeline

arsenm created this revision.Aug 21 2023, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 6:46 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
arsenm requested review of this revision.Aug 21 2023, 6:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 6:46 AM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Aug 23 2023, 3:17 PM