This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from affa7d0 [AVX512] Remove masked logic op intrinsics and autoupgrade th [...] new c0c43ac16 Revert "New pass manager for LICM."
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: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Scalar/LICM.h | 48 ------- lib/LTO/LTOCodeGenerator.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 - lib/Passes/PassRegistry.def | 1 - lib/Transforms/Scalar/LICM.cpp | 162 ++++++++++-------------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Transforms/LICM/argmemonly-call.ll | 1 - test/Transforms/LICM/assume.ll | 1 - test/Transforms/LICM/atomics.ll | 1 - test/Transforms/LICM/basictest.ll | 1 - test/Transforms/LICM/constexpr.ll | 1 - test/Transforms/LICM/crash.ll | 1 - test/Transforms/LICM/debug-value.ll | 1 - test/Transforms/LICM/extra-copies.ll | 1 - test/Transforms/LICM/funclet.ll | 1 - test/Transforms/LICM/hoist-bitcast-load.ll | 1 - test/Transforms/LICM/hoist-deref-load.ll | 1 - test/Transforms/LICM/hoist-nounwind.ll | 1 - test/Transforms/LICM/hoist-round.ll | 1 - test/Transforms/LICM/hoisting.ll | 1 - test/Transforms/LICM/lcssa-ssa-promoter.ll | 1 - test/Transforms/LICM/no-preheader-test.ll | 1 - test/Transforms/LICM/preheader-safe.ll | 1 - test/Transforms/LICM/promote-order.ll | 1 - test/Transforms/LICM/promote-tls.ll | 1 - test/Transforms/LICM/scalar-promote-memmodel.ll | 1 - test/Transforms/LICM/scalar_promote-unwind.ll | 1 - test/Transforms/LICM/scalar_promote.ll | 1 - test/Transforms/LICM/speculate.ll | 1 - test/Transforms/LICM/volatile-alias.ll | 1 - 31 files changed, 67 insertions(+), 175 deletions(-) delete mode 100644 include/llvm/Transforms/Scalar/LICM.h