This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa621d294f1 Rename LiveIntervalAnalysis.h to LiveIntervals.h new bb04a0eeec2 [CallSiteSplitting] Refactor creating callsites. new fb6004239dd [SLP] Vectorize jumbled memory 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/Analysis/LoopAccessAnalysis.h | 15 ++ lib/Analysis/LoopAccessAnalysis.cpp | 71 ++++++ lib/Transforms/Scalar/CallSiteSplitting.cpp | 183 +++++--------- lib/Transforms/Vectorize/SLPVectorizer.cpp | 278 +++++++++++++++------ .../CallSiteSplitting/callsite-split-or-phi.ll | 200 +++++++++++++++ .../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +- .../X86/jumbled-load-shuffle-placement.ll | 125 +++++++++ .../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 225 +++++++++++++++++ test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 ++- test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +- 10 files changed, 933 insertions(+), 250 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.ll