[PATCH] D149638: [AArch64] Handle VECTOR_SHUFFL mask with splats

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 01:57:44 PDT 2023


jaykang10 created this revision.
jaykang10 added reviewers: efriedma, dmgreen, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
jaykang10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As discussed on https://reviews.llvm.org/D148347, we could handle the vector shuffle mask with splats more efficiently with dup.


https://reviews.llvm.org/D149638

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/arm64-swizzle-tbl-i16-layout.ll
  llvm/test/CodeGen/AArch64/shuffles.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149638.518651.patch
Type: text/x-patch
Size: 11091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/214f508c/attachment.bin>


More information about the llvm-commits mailing list