This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef7f9d0c03a [SLP] Fix PR35628: Count external uses on extra reduction a [...] new 7c83c156f0b [SLP] Fix PR35777: Incorrect handling of aggregate values. new 5feb0d9f5b4 [ARM] Fix PR35379 - incorrect unwind information when compi [...]
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/Transforms/Vectorize/SLPVectorizer.h | 7 +-- lib/Target/ARM/ARMAsmPrinter.cpp | 18 ++++++- lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 60 ++++------------------ test/CodeGen/ARM/PR35379.ll | 52 +++++++++++++++++++ test/Transforms/SLPVectorizer/X86/PR35777.ll | 48 +++++++++++++++++ .../X86/insert-element-build-vector.ll | 32 ++++++------ test/Transforms/SLPVectorizer/X86/insertvalue.ll | 26 +++++----- test/Transforms/SLPVectorizer/X86/value-bug.ll | 16 +++--- 9 files changed, 167 insertions(+), 98 deletions(-) create mode 100644 test/CodeGen/ARM/PR35379.ll create mode 100644 test/Transforms/SLPVectorizer/X86/PR35777.ll