This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d295d41b32 fix test/CodeGen/X86/fixup-sfb.ll test failure after commit [...] new 43e7c1ccf9e [X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering for a [...]
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 | 19 + lib/Target/X86/X86ISelLowering.cpp | 55 +- test/CodeGen/X86/combine-smax.ll | 7 +- test/CodeGen/X86/combine-smin.ll | 6 +- test/CodeGen/X86/combine-umax.ll | 6 +- test/CodeGen/X86/combine-umin.ll | 7 +- test/CodeGen/X86/horizontal-reduce-smax.ll | 273 +- test/CodeGen/X86/horizontal-reduce-smin.ll | 325 +- test/CodeGen/X86/horizontal-reduce-umax.ll | 613 +-- test/CodeGen/X86/horizontal-reduce-umin.ll | 581 +- test/CodeGen/X86/i64-to-float.ll | 60 +- test/CodeGen/X86/psubus.ll | 1159 ++-- test/CodeGen/X86/vec_minmax_sint.ll | 764 ++- test/CodeGen/X86/vec_minmax_uint.ll | 911 ++-- test/CodeGen/X86/vector-trunc-packus.ll | 3893 +++++++------- test/CodeGen/X86/vector-trunc-ssat.ll | 4151 +++++++-------- test/CodeGen/X86/vector-trunc-usat.ll | 2658 +++++----- test/CodeGen/X86/vselect-minmax.ll | 7968 ++++++++++++---------------- 18 files changed, 10787 insertions(+), 12669 deletions(-)