Pass reduces uninteresting instructions from input.
This diff also modified the remove-global-vars.ll test, since this Pass broke it
Paths
| Differential D66263
[Bugpoint redesign] Added pass to reduce Instructions ClosedPublic Authored by diegotf on Aug 14 2019, 5:15 PM.
Details Summary Pass reduces uninteresting instructions from input. This diff also modified the remove-global-vars.ll test, since this Pass broke it
Diff Detail
Event TimelineClosed by commit rG798fe477e39d: llvm-reduce: Add pass to reduce instructions (authored by dblaikie). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 220780 llvm/test/Reduce/Inputs/remove-bbs.py
llvm/test/Reduce/Inputs/remove-global-vars.py
llvm/test/Reduce/Inputs/remove-instructions.py
llvm/test/Reduce/remove-global-vars.ll
llvm/test/Reduce/remove-instructions.ll
llvm/tools/llvm-reduce/CMakeLists.txt
llvm/tools/llvm-reduce/DeltaManager.h
llvm/tools/llvm-reduce/deltas/ReduceInstructions.h
llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
|