[PATCH] D58574: [X86][SSE] Generalize X86ISD::BLENDI support to more value types with fix for revert from r354713
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 23 02:03:46 PST 2019
craig.topper updated this revision to Diff 188036.
craig.topper added a comment.
Update comment to indicate use pblendw or an fp blend.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58574/new/
https://reviews.llvm.org/D58574
Files:
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td
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/lower-vec-shift.ll
test/CodeGen/X86/masked_load.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/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-v4.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58574.188036.patch
Type: text/x-patch
Size: 88781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190223/1f9b1d76/attachment-0001.bin>
More information about the llvm-commits
mailing list