This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a08053624bb [cmake] Add an option to build llvm with IR PGO new 46e0b67b99b [SLP] Vectorize jumbled memory loads. new 0ee89615039 Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
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 | 71 ++++++ lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 ++++++++++++++------- .../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 +- .../Inputs/{pt-phdr.elf => dynamic.so} | Bin 8808 -> 9112 bytes .../Inputs/dynsym.so} | Bin 13520 -> 13432 bytes 9 files changed, 370 insertions(+), 135 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll copy test/tools/llvm-objcopy/Inputs/{pt-phdr.elf => dynamic.so} (82%) copy test/tools/{llvm-readobj/Inputs/verneed.elf-x86-64 => llvm-objcopy/Inputs/dyn [...]