This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30af593 GlobalISel: translate dynamic alloca instructions. new dce4987 [SLP] Use SCEV to sort memory accesses. new 497ef8a [TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.
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/Analysis/LoopAccessAnalysis.h | 10 +- lib/Analysis/LoopAccessAnalysis.cpp | 51 +++++--- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 150 ++++++++-------------- test/CodeGen/SystemZ/memchr-01.ll | 54 ++++++-- test/CodeGen/SystemZ/memchr-02.ll | 57 -------- test/CodeGen/SystemZ/memcmp-02.ll | 139 -------------------- test/CodeGen/SystemZ/strcmp-02.ll | 72 ----------- test/CodeGen/SystemZ/strlen-02.ll | 39 ------ test/CodeGen/X86/memcmp.ll | 16 +-- test/CodeGen/X86/mempcpy-32.ll | 20 +++ test/CodeGen/X86/mempcpy.ll | 10 +- test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 127 +++++++++++++++++- 12 files changed, 294 insertions(+), 451 deletions(-) delete mode 100644 test/CodeGen/SystemZ/memchr-02.ll delete mode 100644 test/CodeGen/SystemZ/memcmp-02.ll delete mode 100644 test/CodeGen/SystemZ/strcmp-02.ll delete mode 100644 test/CodeGen/SystemZ/strlen-02.ll create mode 100644 test/CodeGen/X86/mempcpy-32.ll