This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9a44ec3ca3 Only use is_trivially_copyable if we know it's safe to do so. new 44388667e99 [SLPVectorizer] Don't ignore scalar extraction 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/Transforms/Vectorize/SLPVectorizer.h | 6 ++++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 10 +++++++--- test/Transforms/SLPVectorizer/PowerPC/aggregate.ll | 19 +++++++++++++++++++ test/Transforms/SLPVectorizer/X86/aggregate.ll | 19 +++++++++++++++++++ 4 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/SLPVectorizer/PowerPC/aggregate.ll create mode 100644 test/Transforms/SLPVectorizer/X86/aggregate.ll