This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f3480d826f CodeView: Provide a .def file with the register ids new 3aeae94e5d8 Implement David Blaikie's suggestion for comparison operators new c67053f29b9 Fix expectations in MC wasm init-fini-array test new 771c4b9eb5b Revert r314806 "[SLP] Vectorize jumbled memory loads."
The 3 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 | 71 ------ lib/CodeGen/LiveDebugVariables.cpp | 11 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 269 +++++++-------------- test/MC/WebAssembly/init-fini-array.ll | 9 +- .../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, 151 insertions(+), 378 deletions(-) delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll