This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16908387b47 llvm-reduce: Avoid use-after-free when removing a branch in [...] new bfb62257f89 llvm-reduce: Add pass to reduce instructions
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/Reduce/Inputs/remove-bbs.py | 1 - test/Reduce/Inputs/remove-global-vars.py | 14 ++++- test/Reduce/Inputs/remove-instructions.py | 17 ++++++ test/Reduce/remove-global-vars.ll | 6 +- test/Reduce/remove-instructions.ll | 23 ++++++++ tools/llvm-reduce/CMakeLists.txt | 1 + tools/llvm-reduce/DeltaManager.h | 2 + tools/llvm-reduce/deltas/ReduceInstructions.cpp | 66 ++++++++++++++++++++++ .../{ReduceBasicBlocks.h => ReduceInstructions.h} | 2 +- 9 files changed, 123 insertions(+), 9 deletions(-) create mode 100755 test/Reduce/Inputs/remove-instructions.py create mode 100644 test/Reduce/remove-instructions.ll create mode 100644 tools/llvm-reduce/deltas/ReduceInstructions.cpp copy tools/llvm-reduce/deltas/{ReduceBasicBlocks.h => ReduceInstructions.h} (93%)