This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode. new d789934 [ARM][LegalizerInfo] Specify the type of the opcode. new 90fe7e7 [PM] Port LoopLoadElimination to the new pass manager and wir [...]
The 2 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: .../llvm/Transforms/Scalar/LoopLoadElimination.h | 30 ++++++++ lib/Passes/PassBuilder.cpp | 5 +- lib/Passes/PassRegistry.def | 1 + lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +- lib/Transforms/Scalar/LoopLoadElimination.cpp | 87 +++++++++++++++------- test/Other/new-pm-defaults.ll | 2 + test/Transforms/LoopLoadElim/backward.ll | 1 + test/Transforms/LoopLoadElim/forward.ll | 1 + 8 files changed, 100 insertions(+), 29 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/LoopLoadElimination.h