This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c45236930c [InstSimplify] Add tests for saturating add/sub + icmp; NFC new 1fe1ffe00e0 [TargetLowering] Add ISD::OR + ISD::XOR handling to Simplif [...]
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/TargetLowering.cpp | 2 + test/CodeGen/SystemZ/knownbits.ll | 19 +- test/CodeGen/X86/bitcast-and-setcc-128.ll | 106 ++--- test/CodeGen/X86/bitcast-and-setcc-256.ll | 20 +- test/CodeGen/X86/bitcast-setcc-128.ll | 44 +- test/CodeGen/X86/bitcast-setcc-256.ll | 57 +-- test/CodeGen/X86/combine-sdiv.ll | 323 +++++++------ test/CodeGen/X86/copysign-constant-magnitude.ll | 14 +- test/CodeGen/X86/fp128-cast.ll | 2 - test/CodeGen/X86/known-bits-vector.ll | 10 +- test/CodeGen/X86/known-signbits-vector.ll | 20 - test/CodeGen/X86/movmsk-cmp.ll | 93 ++-- test/CodeGen/X86/packss.ll | 47 +- test/CodeGen/X86/psubus.ll | 44 +- test/CodeGen/X86/sat-add.ll | 14 +- test/CodeGen/X86/vec_minmax_sint.ll | 104 ++--- test/CodeGen/X86/vec_minmax_uint.ll | 104 ++--- test/CodeGen/X86/vector-reduce-smax-widen.ll | 147 +++--- test/CodeGen/X86/vector-reduce-smax.ll | 168 +++---- test/CodeGen/X86/vector-reduce-smin-widen.ll | 105 ++--- test/CodeGen/X86/vector-reduce-smin.ll | 126 +++--- test/CodeGen/X86/vector-reduce-umax-widen.ll | 147 +++--- test/CodeGen/X86/vector-reduce-umax.ll | 180 ++++---- test/CodeGen/X86/vector-reduce-umin-widen.ll | 105 ++--- test/CodeGen/X86/vector-reduce-umin.ll | 126 +++--- test/CodeGen/X86/vector-trunc-packus-widen.ll | 578 +++++++++++------------- test/CodeGen/X86/vector-trunc-packus.ll | 548 ++++++++++------------ test/CodeGen/X86/vector-trunc-ssat-widen.ll | 516 ++++++++++----------- test/CodeGen/X86/vector-trunc-ssat.ll | 538 ++++++++++------------ test/CodeGen/X86/vector-trunc-usat-widen.ll | 246 +++++----- test/CodeGen/X86/vector-trunc-usat.ll | 246 +++++----- 31 files changed, 2145 insertions(+), 2654 deletions(-)