ReduceOperandsSkip had the same issue as ReduceOperands when handling
phis with repeated predecessors.
Details
Details
- Reviewers
lebedev.ri aeubanks regehr Meinersbur
Diff Detail
Diff Detail
Paths
| Differential D135407
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
Diff Detail Event Timelinearsenm added a parent revision: D135379: llvm-reduce: Fix invalid reduction for phis with repeat inputs.Oct 6 2022, 3:06 PM This revision is now accepted and ready to land.Oct 6 2022, 3:15 PM
Revision Contents
Diff 465892 llvm/test/tools/llvm-reduce/reduce-operands-skip-repeated-phi-input.ll
llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
|