This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7a711d40a87 [x86] add 32-bit RUN for tests and test with opaque constants; NFC new 5d35502198f [DAGCombiner] re-enable truncation of binops
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 +- test/CodeGen/AMDGPU/cgp-bitfield-extract.ll | 4 +- test/CodeGen/X86/2008-09-11-CoalescerBug2.ll | 2 +- test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 2 +- test/CodeGen/X86/add-sub-nsw-nuw.ll | 2 +- test/CodeGen/X86/bool-math.ll | 23 +- test/CodeGen/X86/clear-lowbits.ll | 114 +++++---- test/CodeGen/X86/cmov.ll | 2 +- test/CodeGen/X86/extract-bits.ll | 250 ++++++++++---------- test/CodeGen/X86/extract-lowbits.ll | 216 +++++++++--------- test/CodeGen/X86/fshl.ll | 74 +++--- test/CodeGen/X86/fshr.ll | 62 ++--- test/CodeGen/X86/funnel-shift-rot.ll | 25 +- test/CodeGen/X86/funnel-shift.ll | 8 +- test/CodeGen/X86/pr32284.ll | 3 +- test/CodeGen/X86/pr37879.ll | 2 - test/CodeGen/X86/rot16.ll | 4 +- test/CodeGen/X86/rotate.ll | 18 +- test/CodeGen/X86/rotate4.ll | 36 +-- test/CodeGen/X86/schedule-x86-64-shld.ll | 12 +- test/CodeGen/X86/scheduler-backtracking.ll | 254 +++++++++++---------- test/CodeGen/X86/test-shrink.ll | 11 +- test/CodeGen/X86/vector-trunc-math-widen.ll | 236 +++++++------------ test/CodeGen/X86/vector-trunc-math.ll | 236 +++++++------------ test/CodeGen/X86/xchg-nofold.ll | 2 +- 25 files changed, 735 insertions(+), 882 deletions(-)