Avoid crash in reduceOperandsOneDeltaPass function for operands with vector of pointer type.
While on it add a reduce-operands-ptr.ll test in the spirit of the existing reduce-operands-int.ll/reduce-operands-fp.ll tests.
Paths
| Differential D135307
llvm-reduce: Do not crash on operands with vector of pointer type ClosedPublic Authored by MatzeB on Oct 5 2022, 12:48 PM.
Details Summary Avoid crash in reduceOperandsOneDeltaPass function for operands with vector of pointer type. While on it add a reduce-operands-ptr.ll test in the spirit of the existing reduce-operands-int.ll/reduce-operands-fp.ll tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 5 2022, 12:57 PM This revision was landed with ongoing or failed builds.Oct 5 2022, 3:13 PM Closed by commit rGa946eb160a45: ReduceOperands: Do not crash on vector of pointer types (authored by MatzeB). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465571 llvm/test/tools/llvm-reduce/reduce-operands-ptr.ll
llvm/tools/llvm-reduce/deltas/ReduceOperands.cpp
|