This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40cd741960e [SelectionDAG] fix formatting; NFC new e6d82b3e055 [ThinLTO] Fix comment. NFC new 5e067bb37cc Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
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: include/llvm/CodeGen/Passes.h | 5 + include/llvm/InitializePasses.h | 1 + lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/CodeGen/InterleavedLoadCombinePass.cpp | 1366 ++++++++++++++++++++ lib/IR/ModuleSummaryIndex.cpp | 2 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +- test/CodeGen/AArch64/O3-pipeline.ll | 5 + .../AArch64/aarch64-interleaved-ld-combine.ll | 406 ++++++ tools/opt/opt.cpp | 1 + 10 files changed, 1790 insertions(+), 2 deletions(-) create mode 100644 lib/CodeGen/InterleavedLoadCombinePass.cpp create mode 100644 test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll