This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb2c5a9 [mips] Fix debug information for __thread variable new 37d2d7a AArch64LoadStoreOptimizer: Update kill flags when merging stores new 4a8de03 [SLP] A new test for horizontal vectorization for non-power-o [...]
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: lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 25 +- test/CodeGen/AArch64/ldst-opt-dbg-limit.mir | 133 ---------- test/CodeGen/AArch64/ldst-opt.mir | 132 ++++++++++ .../SLPVectorizer/X86/horizontal-list.ll | 290 +++++++++++++++++++++ 4 files changed, 445 insertions(+), 135 deletions(-) delete mode 100644 test/CodeGen/AArch64/ldst-opt-dbg-limit.mir create mode 100644 test/CodeGen/AArch64/ldst-opt.mir