This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36b0632ee09 [SLPVectorizer] Check that lowered type is floating point b [...] new b5c5010513d [X86] When lowering unsigned v2i64 setcc without SSE42, fli [...]
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 | 18 +++--- test/CodeGen/X86/bitcast-and-setcc-128.ll | 8 +-- test/CodeGen/X86/bitcast-and-setcc-256.ll | 2 +- test/CodeGen/X86/bitcast-setcc-128.ll | 8 +-- test/CodeGen/X86/bitcast-setcc-256.ll | 2 +- test/CodeGen/X86/horizontal-reduce-smax.ll | 6 +- test/CodeGen/X86/horizontal-reduce-smin.ll | 6 +- test/CodeGen/X86/horizontal-reduce-umax.ll | 6 +- test/CodeGen/X86/horizontal-reduce-umin.ll | 6 +- test/CodeGen/X86/i64-to-float.ll | 2 +- test/CodeGen/X86/movmsk-cmp.ll | 10 ++-- test/CodeGen/X86/psubus.ll | 6 +- test/CodeGen/X86/sat-add.ll | 78 ++++++++++++------------- test/CodeGen/X86/vec_cmp_sint-128.ll | 16 +++--- test/CodeGen/X86/vec_cmp_uint-128.ll | 16 +++--- test/CodeGen/X86/vec_minmax_sint.ll | 32 +++++------ test/CodeGen/X86/vec_minmax_uint.ll | 32 +++++------ test/CodeGen/X86/vector-compare-results.ll | 10 ++-- test/CodeGen/X86/vector-pcmp.ll | 2 +- test/CodeGen/X86/vector-reduce-smax.ll | 16 +++--- test/CodeGen/X86/vector-reduce-smin.ll | 16 +++--- test/CodeGen/X86/vector-reduce-umax.ll | 16 +++--- test/CodeGen/X86/vector-reduce-umin.ll | 16 +++--- test/CodeGen/X86/vector-trunc-packus.ll | 36 ++++++------ test/CodeGen/X86/vector-trunc-ssat.ll | 36 ++++++------ test/CodeGen/X86/vector-trunc-usat.ll | 36 ++++++------ test/CodeGen/X86/vector-unsigned-cmp.ll | 8 +-- test/CodeGen/X86/vselect-minmax.ll | 92 +++++++++++++++--------------- 28 files changed, 266 insertions(+), 272 deletions(-)