]> granicus.if.org Git - llvm/commit
Revert r354363 & co "[X86][SSE] Generalize X86ISD::BLENDI support to more value types"
authorReid Kleckner <rnk@google.com>
Sat, 23 Feb 2019 01:19:42 +0000 (01:19 +0000)
committerReid Kleckner <rnk@google.com>
Sat, 23 Feb 2019 01:19:42 +0000 (01:19 +0000)
commited8b13a0b8cca3c19b1b56f52c537ba22a5ebd85
tree83d1f5b9279a638eb34c33c230e8bb39f611a690
parentbfc9e7132630b9d31840a77b4d26461fef8354d7
Revert r354363 & co "[X86][SSE] Generalize X86ISD::BLENDI support to more value types"

r354363 caused https://crbug.com/934963#c1, which has a plain C reduced
test case.

I also had to revert some dependent changes:
- r354648
- r354647
- r354640
- r354511

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354713 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/2011-12-28-vselecti8.ll
test/CodeGen/X86/avx-cvt-3.ll
test/CodeGen/X86/avx512-shuffles/partial_permute.ll
test/CodeGen/X86/combine-sdiv.ll
test/CodeGen/X86/commute-blend-sse41.ll
test/CodeGen/X86/insert-into-constant-vector.ll
test/CodeGen/X86/insertelement-ones.ll
test/CodeGen/X86/known-signbits-vector.ll
test/CodeGen/X86/masked_load.ll
test/CodeGen/X86/masked_store.ll
test/CodeGen/X86/merge-consecutive-loads-256.ll
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/packss.ll
test/CodeGen/X86/pr34592.ll
test/CodeGen/X86/pr35918.ll
test/CodeGen/X86/pr40811.ll [deleted file]
test/CodeGen/X86/prefer-avx256-mask-shuffle.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/vector-narrow-binop.ll
test/CodeGen/X86/vector-reduce-smax.ll
test/CodeGen/X86/vector-reduce-smin.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll