This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a636a9b7d2 [AArch64] Avoid unnecessary vector byte-swapping in big-endian new 39319e40650 Reverted 323321.
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: docs/Passes.rst | 15 - include/llvm/InitializePasses.h | 1 - .../AggressiveInstCombine/AggressiveInstCombine.h | 34 -- include/llvm/Transforms/Scalar.h | 7 - lib/LTO/LLVMBuild.txt | 1 - lib/Passes/LLVMBuild.txt | 2 +- lib/Passes/PassBuilder.cpp | 5 - lib/Passes/PassRegistry.def | 1 - .../AggressiveInstCombine.cpp | 110 ------ .../AggressiveInstCombineInternal.h | 119 ------ .../AggressiveInstCombine/CMakeLists.txt | 11 - lib/Transforms/AggressiveInstCombine/LLVMBuild.txt | 22 -- .../AggressiveInstCombine/TruncInstCombine.cpp | 401 --------------------- lib/Transforms/CMakeLists.txt | 1 - lib/Transforms/IPO/LLVMBuild.txt | 2 +- lib/Transforms/IPO/PassManagerBuilder.cpp | 4 - lib/Transforms/LLVMBuild.txt | 2 +- lib/Transforms/Scalar/LLVMBuild.txt | 2 +- test/Other/new-pm-defaults.ll | 1 - test/Other/new-pm-lto-defaults.ll | 6 +- test/Other/new-pm-thinlto-defaults.ll | 1 - .../AggressiveInstCombine/trunc_multi_uses.ll | 214 ----------- tools/opt/CMakeLists.txt | 1 - tools/opt/opt.cpp | 1 - 24 files changed, 6 insertions(+), 958 deletions(-) delete mode 100644 include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h delete mode 100644 lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp delete mode 100644 lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h delete mode 100644 lib/Transforms/AggressiveInstCombine/CMakeLists.txt delete mode 100644 lib/Transforms/AggressiveInstCombine/LLVMBuild.txt delete mode 100644 lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp delete mode 100644 test/Transforms/AggressiveInstCombine/trunc_multi_uses.ll