This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d2c044466d Revert r351954 "Add a value_type to ArrayRef." new 5293022fbe0 [x86] narrow a shuffle that doesn't use or set any high elements
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/Target/X86/X86ISelLowering.cpp | 49 ++- test/CodeGen/X86/avg.ll | 205 +++++------ test/CodeGen/X86/avx512-hadd-hsub.ll | 40 +-- test/CodeGen/X86/madd.ll | 40 +-- test/CodeGen/X86/min-legal-vector-width.ll | 8 +- test/CodeGen/X86/sad.ll | 24 +- test/CodeGen/X86/vector-compare-all_of.ll | 50 ++- test/CodeGen/X86/vector-compare-any_of.ll | 50 ++- test/CodeGen/X86/vector-reduce-add-widen.ll | 80 ++--- test/CodeGen/X86/vector-reduce-add.ll | 80 ++--- test/CodeGen/X86/vector-reduce-and-widen.ll | 158 ++++----- test/CodeGen/X86/vector-reduce-and.ll | 158 ++++----- test/CodeGen/X86/vector-reduce-fadd-fast.ll | 60 ++-- test/CodeGen/X86/vector-reduce-fmul-fast.ll | 60 ++-- test/CodeGen/X86/vector-reduce-mul-widen.ll | 528 +++++++++++++++------------- test/CodeGen/X86/vector-reduce-mul.ll | 528 +++++++++++++++------------- test/CodeGen/X86/vector-reduce-or-widen.ll | 158 ++++----- test/CodeGen/X86/vector-reduce-or.ll | 158 ++++----- test/CodeGen/X86/vector-reduce-xor-widen.ll | 158 ++++----- test/CodeGen/X86/vector-reduce-xor.ll | 158 ++++----- 20 files changed, 1406 insertions(+), 1344 deletions(-)