This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38880e6df94 Reapply "[DemandedBits][BDCE] Support vectors of integers" new fe665405b7a [DAGCombiner] disable truncation of binops by default
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 | 8 +- 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 | 6 +- 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, 867 insertions(+), 722 deletions(-)