This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b02dd20ac22 [TableGen] AsmMatcher: fix OpIdx computation when HasOption [...] new 4362efa895a [SLP] General improvements of SLP vectorization process. new 22e14e2efdc [DAG] Extend visitSCALAR_TO_VECTOR optimization to truncate [...]
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 | 13 ++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 47 +++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 215 +++++++++++---------- test/CodeGen/AArch64/arm64-neon-copy.ll | 2 +- test/CodeGen/AArch64/neon-scalar-copy.ll | 11 +- .../SLPVectorizer/AArch64/gather-root.ll | 100 +++++----- test/Transforms/SLPVectorizer/X86/horizontal.ll | 64 +++--- .../X86/insert-element-build-vector.ll | 40 ++-- 8 files changed, 266 insertions(+), 226 deletions(-)