[PATCH] D143785: [X86] Add Extend shuffle pattern to vNf32 shuffles.

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 15:31:19 PST 2023


goldstein.w.n created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
goldstein.w.n requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There are some cases where its useful for float types, not quite as
hot as in the integer case, but still better than alternatives.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143785

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/avx512-insert-extract.ll
  llvm/test/CodeGen/X86/merge-consecutive-loads-512.ll
  llvm/test/CodeGen/X86/pr43866.ll
  llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
  llvm/test/CodeGen/X86/vector-shuffle-combining.ll
  llvm/test/CodeGen/X86/zero_extend_vector_inreg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143785.496614.patch
Type: text/x-patch
Size: 20153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/482686df/attachment.bin>


More information about the llvm-commits mailing list