This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 732a5dfdbc8 [VFS] Fix warning and use better check. new 935be04820e [DAGCombiner] fold extract_subvector of extract_subvector
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 13 ++ test/CodeGen/X86/avx512-hadd-hsub.ll | 16 +-- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 58 ++++---- test/CodeGen/X86/madd.ll | 32 ++--- test/CodeGen/X86/min-legal-vector-width.ll | 8 +- test/CodeGen/X86/sad.ll | 24 ++-- test/CodeGen/X86/vector-reduce-add-widen.ll | 40 +++--- test/CodeGen/X86/vector-reduce-add.ll | 40 +++--- test/CodeGen/X86/vector-reduce-and-widen.ll | 40 +++--- test/CodeGen/X86/vector-reduce-and.ll | 40 +++--- test/CodeGen/X86/vector-reduce-fadd-fast.ll | 24 ++-- test/CodeGen/X86/vector-reduce-fmul-fast.ll | 24 ++-- test/CodeGen/X86/vector-reduce-mul-widen.ll | 148 ++++++++++----------- test/CodeGen/X86/vector-reduce-mul.ll | 148 ++++++++++----------- test/CodeGen/X86/vector-reduce-or-widen.ll | 40 +++--- test/CodeGen/X86/vector-reduce-or.ll | 40 +++--- test/CodeGen/X86/vector-reduce-xor-widen.ll | 40 +++--- test/CodeGen/X86/vector-reduce-xor.ll | 40 +++--- test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +- 19 files changed, 417 insertions(+), 400 deletions(-)