[PATCH] D57888: [X86][SSE] Generalize X86ISD::BLENDI support to more value types (WIP)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 9 05:14:53 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353610: [X86][SSE] Generalize X86ISD::BLENDI support to more value types (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57888?vs=185749&id=186105#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57888

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/test/CodeGen/X86/avx512-shuffles/partial_permute.ll
  llvm/trunk/test/CodeGen/X86/combine-sdiv.ll
  llvm/trunk/test/CodeGen/X86/insertelement-ones.ll
  llvm/trunk/test/CodeGen/X86/known-signbits-vector.ll
  llvm/trunk/test/CodeGen/X86/masked_load.ll
  llvm/trunk/test/CodeGen/X86/masked_store.ll
  llvm/trunk/test/CodeGen/X86/oddshuffles.ll
  llvm/trunk/test/CodeGen/X86/packss.ll
  llvm/trunk/test/CodeGen/X86/pr34592.ll
  llvm/trunk/test/CodeGen/X86/prefer-avx256-mask-shuffle.ll
  llvm/trunk/test/CodeGen/X86/sse2.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smax.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smin.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-256.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v8.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57888.186105.patch
Type: text/x-patch
Size: 65474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190209/36117590/attachment-0001.bin>


More information about the llvm-commits mailing list