This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d51db1a7227 [LegalizeTypes] Use PromoteTargetBoolean in PromoteIntOp_AD [...] new bfc9e713263 Fix memory leak in r354692 new ed8b13a0b8c Revert r354363 & co "[X86][SSE] Generalize X86ISD::BLENDI 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: lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 121 ++++++++-------- lib/Target/X86/X86InstrSSE.td | 83 ----------- test/CodeGen/X86/2011-12-28-vselecti8.ll | 6 +- test/CodeGen/X86/avx-cvt-3.ll | 4 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 17 +-- test/CodeGen/X86/combine-sdiv.ll | 9 +- test/CodeGen/X86/commute-blend-sse41.ll | 2 +- test/CodeGen/X86/insert-into-constant-vector.ll | 20 +-- test/CodeGen/X86/insertelement-ones.ll | 10 +- test/CodeGen/X86/known-signbits-vector.ll | 10 +- test/CodeGen/X86/masked_load.ll | 44 +++--- test/CodeGen/X86/masked_store.ll | 18 ++- test/CodeGen/X86/merge-consecutive-loads-256.ll | 6 +- test/CodeGen/X86/oddshuffles.ll | 76 +++++----- test/CodeGen/X86/packss.ll | 40 +++--- test/CodeGen/X86/pr34592.ll | 14 +- test/CodeGen/X86/pr35918.ll | 2 +- test/CodeGen/X86/pr40811.ll | 17 --- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 9 +- test/CodeGen/X86/sse2.ll | 3 +- test/CodeGen/X86/vector-narrow-binop.ll | 16 ++- test/CodeGen/X86/vector-reduce-smax.ll | 43 +++--- test/CodeGen/X86/vector-reduce-smin.ll | 63 ++++---- test/CodeGen/X86/vector-shift-ashr-256.ll | 6 +- test/CodeGen/X86/vector-shuffle-128-v8.ll | 9 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 27 ++-- test/CodeGen/X86/vector-shuffle-256-v32.ll | 158 ++++++++++++++------- unittests/CodeGen/TargetOptionsTest.cpp | 4 +- 29 files changed, 423 insertions(+), 424 deletions(-) delete mode 100644 test/CodeGen/X86/pr40811.ll