This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5692e8e [NVPTX] Add intrinsics to support named barriers. new 13e3a7f [SLP] Vectorize loads of consecutive memory accesses, accesse [...]
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/Analysis/LoopAccessAnalysis.h | 5 + lib/Analysis/LoopAccessAnalysis.cpp | 31 ++++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 177 ++++++++++++++------- test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 27 ++-- .../SLPVectorizer/X86/reduction_loads.ll | 4 +- test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 27 ++-- 6 files changed, 178 insertions(+), 93 deletions(-)