This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eaeac1f AMDGPU: Re-do update for branch-relaxation test new b2ec2bd [SLP] Fixes the bug due to absence of in order uses of scalar [...]
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 | 7 +- lib/Analysis/LoopAccessAnalysis.cpp | 31 +++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 135 ++++++++++----------- .../SLPVectorizer/X86/jumbled-load-bug.ll | 44 +++++++ test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 2 +- 5 files changed, 138 insertions(+), 81 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-bug.ll