This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abd71f69bc6 [X86] Remove isel checks for immediate size on floating poi [...] new 1f42b922025 'into' instruction should not be decoded as a valid instr i [...] new 0acc54b75cd [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 | 70 ++++++ lib/Target/X86/X86InstrSystem.td | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 ++++++++++++++------- test/MC/Disassembler/X86/x86-64-err.txt | 6 + .../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +- .../X86/jumbled-load-shuffle-placement.ll | 68 ++++++ test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 ++- test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +- 9 files changed, 376 insertions(+), 136 deletions(-) create mode 100644 test/MC/Disassembler/X86/x86-64-err.txt create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll