This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f8e90cc7e0 Revert "[InstCombine] reduce even more unsigned saturated a [...] new 74ea62225d7 [x86] split more v8f32/v8i32 shuffles in lowering
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 | 9 +- test/CodeGen/X86/avx2-conversions.ll | 10 +- test/CodeGen/X86/avx2-vector-shifts.ll | 16 +- test/CodeGen/X86/combine-shl.ll | 6 +- test/CodeGen/X86/combine-sra.ll | 14 +- test/CodeGen/X86/combine-srl.ll | 10 +- test/CodeGen/X86/oddshuffles.ll | 20 +- test/CodeGen/X86/reduce-trunc-shl.ll | 5 +- test/CodeGen/X86/shuffle-vs-trunc-256-widen.ll | 13 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 35 +- test/CodeGen/X86/vector-trunc-math-widen.ll | 485 ++++++++++++------------- test/CodeGen/X86/vector-trunc-math.ll | 485 ++++++++++++------------- test/CodeGen/X86/vector-trunc-packus-widen.ll | 27 +- test/CodeGen/X86/vector-trunc-packus.ll | 27 +- test/CodeGen/X86/vector-trunc-ssat-widen.ll | 21 +- test/CodeGen/X86/vector-trunc-ssat.ll | 21 +- test/CodeGen/X86/vector-trunc-usat-widen.ll | 21 +- test/CodeGen/X86/vector-trunc-usat.ll | 21 +- test/CodeGen/X86/vector-trunc-widen.ll | 46 +-- test/CodeGen/X86/vector-trunc.ll | 62 ++-- 20 files changed, 666 insertions(+), 688 deletions(-)