This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae4cf1becae Revert "[Object/ELF.h] - Improve testing of the fields in E [...] new c6f823d4061 [TargetLowering] SimplifyMultipleUseDemandedBits - add VECT [...]
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 | 23 + test/CodeGen/X86/midpoint-int-vec-128.ll | 59 +- test/CodeGen/X86/psubus.ll | 85 ++- test/CodeGen/X86/sat-add.ll | 22 +- test/CodeGen/X86/uadd_sat_vec.ll | 96 ++- test/CodeGen/X86/usub_sat_vec.ll | 110 ++- test/CodeGen/X86/vec_minmax_sint.ll | 170 +++-- test/CodeGen/X86/vec_minmax_uint.ll | 170 +++-- test/CodeGen/X86/vector-fshl-rot-512.ll | 8 +- test/CodeGen/X86/vector-fshr-rot-512.ll | 8 +- test/CodeGen/X86/vector-reduce-smax-widen.ll | 173 +++-- test/CodeGen/X86/vector-reduce-smax.ll | 216 +++--- test/CodeGen/X86/vector-reduce-smin-widen.ll | 188 +++--- test/CodeGen/X86/vector-reduce-smin.ll | 251 ++++--- test/CodeGen/X86/vector-reduce-umax-widen.ll | 173 +++-- test/CodeGen/X86/vector-reduce-umax.ll | 173 +++-- test/CodeGen/X86/vector-reduce-umin-widen.ll | 188 +++--- test/CodeGen/X86/vector-reduce-umin.ll | 188 +++--- test/CodeGen/X86/vector-trunc-packus-widen.ll | 940 ++++++++++++-------------- test/CodeGen/X86/vector-trunc-packus.ll | 940 ++++++++++++-------------- test/CodeGen/X86/vector-trunc-ssat-widen.ll | 730 ++++++++++---------- test/CodeGen/X86/vector-trunc-ssat.ll | 706 +++++++++---------- test/CodeGen/X86/vector-trunc-usat-widen.ll | 496 +++++++------- test/CodeGen/X86/vector-trunc-usat.ll | 496 +++++++------- 24 files changed, 3138 insertions(+), 3471 deletions(-)