This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 334778a Correct ordering of loads/stores. new f84fc6d 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, 175 insertions(+), 67 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/LICM.h