This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46750809c86 [MC] Fix -Wmissing-field-initializer warning after r329067. new 4832f865cf8 Revert "[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 | 325 ++++++--------------- .../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 ++++--- test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +- 11 files changed, 278 insertions(+), 427 deletions(-)