This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 428d0fbb171 [DAG] add undef simplifications for select nodes new 112d1942e0a [X86] Lower v16i16->v8i16 truncate using an 'and' with 255, [...]
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 | 16 + test/CodeGen/X86/avg.ll | 56 ++-- test/CodeGen/X86/avx-trunc.ll | 6 +- test/CodeGen/X86/avx2-arith.ll | 40 +-- test/CodeGen/X86/avx2-conversions.ll | 12 +- test/CodeGen/X86/combine-mul.ll | 6 +- test/CodeGen/X86/pmul.ll | 104 +++--- test/CodeGen/X86/prefer-avx256-mask-extend.ll | 6 +- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 12 +- test/CodeGen/X86/prefer-avx256-trunc.ll | 6 +- test/CodeGen/X86/psubus.ll | 8 +- test/CodeGen/X86/shuffle-vs-trunc-256-widen.ll | 29 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 29 +- test/CodeGen/X86/vector-mul.ll | 18 +- test/CodeGen/X86/vector-reduce-mul.ll | 178 +++++----- test/CodeGen/X86/vector-shift-shl-128.ll | 6 +- test/CodeGen/X86/vector-trunc-math-widen.ll | 442 +++++++++++-------------- test/CodeGen/X86/vector-trunc-math.ll | 442 +++++++++++-------------- test/CodeGen/X86/vector-trunc-widen.ll | 48 ++- test/CodeGen/X86/vector-trunc.ll | 48 ++- 20 files changed, 698 insertions(+), 814 deletions(-)