This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 827df5124c4 [X86] Add SimplifyDemandedBitsForTargetNode support for PIN [...] new 28a7a3055b1 [LLVM-C] Expose the "Add Discriminators" Pass To LLVM-C new 4c0f218c933 [SelectionDAG] Add SimplifyDemandedBits handling for ISD::S [...]
The 2 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-c/Transforms/Utils.h | 3 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 ++++ lib/Transforms/Utils/Utils.cpp | 3 + test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll | 14 +--- test/CodeGen/X86/combine-sdiv.ll | 28 ++----- test/CodeGen/X86/insertelement-ones.ll | 79 +++++++------------- test/CodeGen/X86/known-signbits-vector.ll | 4 +- test/CodeGen/X86/pr30562.ll | 12 ++- test/CodeGen/X86/pr34177.ll | 27 +++---- test/CodeGen/X86/shrink_vmul.ll | 41 +++-------- test/CodeGen/X86/sse3.ll | 6 +- test/CodeGen/X86/vector-mul.ll | 86 +++++++++------------- test/CodeGen/X86/vector-shuffle-128-v16.ll | 3 +- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 31 ++------ test/CodeGen/X86/vector-shuffle-v1.ll | 3 +- test/CodeGen/X86/vector-trunc-math-widen.ll | 14 +--- test/CodeGen/X86/vector-trunc-math.ll | 14 +--- 17 files changed, 135 insertions(+), 246 deletions(-)