This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d54820bbe6e Remove a stale comment cut and pasted from another file. new 91811bc4887 [SLP] Fix PR36481: vectorize reassociated instructions.
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 | 14 + lib/Analysis/LoopAccessAnalysis.cpp | 61 ++++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 320 +++++++++++++++------ .../X86/external_user_jumbled_load.ll | 13 +- test/Transforms/SLPVectorizer/X86/extract.ll | 11 +- .../SLPVectorizer/X86/jumbled-load-multiuse.ll | 25 +- .../X86/jumbled-load-shuffle-placement.ll | 46 ++- .../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 27 +- test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 51 ++-- .../SLPVectorizer/X86/reassociated-loads.ll | 107 +++---- .../SLPVectorizer/X86/reorder_repeated_ops.ll | 7 +- test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +- 12 files changed, 429 insertions(+), 278 deletions(-)