[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 19:24:10 PST 2019


craig.topper updated this revision to Diff 188070.
craig.topper added a comment.
Herald added a project: LLVM.

Rebase. Now this just changes from blendps/blendpd to pblendw. The original patch was recommitted


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58574/new/

https://reviews.llvm.org/D58574

Files:
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/avx512-shuffles/partial_permute.ll
  test/CodeGen/X86/combine-sdiv.ll
  test/CodeGen/X86/commute-blend-sse41.ll
  test/CodeGen/X86/insertelement-ones.ll
  test/CodeGen/X86/lower-vec-shift.ll
  test/CodeGen/X86/sse2.ll
  test/CodeGen/X86/vector-narrow-binop.ll
  test/CodeGen/X86/vector-shuffle-128-v4.ll
  test/CodeGen/X86/vector-shuffle-128-v8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58574.188070.patch
Type: text/x-patch
Size: 25497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190224/54dfec67/attachment.bin>


More information about the llvm-commits mailing list