[PATCH] D133491: [AArch64] Try to fold shuffle (tbl2, tbl2) to tbl4.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 07:04:09 PDT 2022


fhahn created this revision.
fhahn added reviewers: dmgreen, t.p.northover, ab, samparker.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a project: LLVM.

shuffle (tbl2, tbl2) can be folded into a single tbl4 if the shuffle selects
the first 8 elements of each tbl2 and the tbl2 masks can be merged.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133491

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133491.458726.patch
Type: text/x-patch
Size: 6176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/6c16db9d/attachment-0001.bin>


More information about the llvm-commits mailing list