This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f38a3ac0efe Remove stro(u?)ll() config checks. Those were needed pre-MS [...] new 66167879599 [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 | 319 +++++++++++++++------ .../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, 424 insertions(+), 275 deletions(-)