This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40b2c31e67d [AVR] Update integration/blink.ll as we now generate sbi/cb [...] new 7f753722162 [DAGCombiner][x86] scalarize binop followed by extractelement
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: include/llvm/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++++- lib/Target/X86/X86ISelLowering.cpp | 12 ++ lib/Target/X86/X86ISelLowering.h | 5 + test/CodeGen/X86/and-load-fold.ll | 5 +- test/CodeGen/X86/extract-fp.ll | 21 +- test/CodeGen/X86/horizontal-reduce-smax.ll | 276 ++++++++++++--------------- test/CodeGen/X86/horizontal-reduce-smin.ll | 276 ++++++++++++--------------- test/CodeGen/X86/horizontal-reduce-umax.ll | 220 ++++++++++----------- test/CodeGen/X86/horizontal-reduce-umin.ll | 12 +- test/CodeGen/X86/known-bits-vector.ll | 14 +- test/CodeGen/X86/known-signbits-vector.ll | 24 +-- test/CodeGen/X86/pr30511.ll | 2 +- test/CodeGen/X86/setcc-combine.ll | 40 ++-- test/CodeGen/X86/shrink_vmul-widen.ll | 150 +++++++-------- test/CodeGen/X86/shrink_vmul.ll | 150 +++++++-------- test/CodeGen/X86/vector-fshl-128.ll | 22 ++- test/CodeGen/X86/vector-fshl-rot-128.ll | 44 ++--- test/CodeGen/X86/vector-fshr-128.ll | 22 ++- test/CodeGen/X86/vector-fshr-rot-128.ll | 50 +++-- test/CodeGen/X86/vector-gep.ll | 5 +- test/CodeGen/X86/vector-reduce-smax-widen.ll | 226 ++++++++++------------ test/CodeGen/X86/vector-reduce-smax.ll | 226 ++++++++++------------ test/CodeGen/X86/vector-reduce-smin-widen.ll | 226 ++++++++++------------ test/CodeGen/X86/vector-reduce-smin.ll | 226 ++++++++++------------ test/CodeGen/X86/vector-reduce-umax-widen.ll | 172 ++++++++--------- test/CodeGen/X86/vector-reduce-umax.ll | 168 ++++++++-------- test/CodeGen/X86/vector-reduce-umin-widen.ll | 12 +- test/CodeGen/X86/vector-reduce-umin.ll | 8 +- test/CodeGen/X86/vector-rotate-128.ll | 44 ++--- test/CodeGen/X86/xor.ll | 18 +- 31 files changed, 1269 insertions(+), 1462 deletions(-)