This is an archive of the discontinued LLVM Phabricator instance.

llvm-reduce: Fix another invalid reduction with repeated input phis
ClosedPublic

Authored by arsenm on Oct 6 2022, 3:06 PM.

Details

Summary

ReduceOperandsSkip had the same issue as ReduceOperands when handling
phis with repeated predecessors.

Diff Detail

Event Timeline

arsenm created this revision.Oct 6 2022, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 3:06 PM
arsenm requested review of this revision.Oct 6 2022, 3:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 3:06 PM
Herald added a subscriber: wdng. · View Herald Transcript
aeubanks accepted this revision.Oct 6 2022, 3:15 PM
This revision is now accepted and ready to land.Oct 6 2022, 3:15 PM