This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c22fa67 Avoid duplicated map lookups. No functionality change intended. new e92bed3 [PM] Port MergedLoadStoreMotion to the new pass manager, take two.
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 +- .../llvm/Transforms/Scalar/MergedLoadStoreMotion.h | 39 ++++++ lib/LTO/LTOCodeGenerator.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 131 ++++++++++++--------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/Transforms/InstMerge/exceptions.ll | 3 + 8 files changed, 125 insertions(+), 56 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h