[PATCH] D113376: [AArch64][SVE] Lower shuffles to permute instructions: zip1/2, uzp1/2, trn1/2

weiwei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 18:40:29 PST 2021


wwei created this revision.
wwei added reviewers: paulwalker-arm, peterwaller-arm, bsmith, david-arm, sdesmalen, dmgreen, efriedma.
wwei added a project: LLVM.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
wwei requested review of this revision.
Herald added a subscriber: llvm-commits.

Attempt to lower a shuffle as a permute instruction(zip/uzp/trn) for fixed length SVE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113376

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fix-length-permute-zip-uzp-trn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113376.385388.patch
Type: text/x-patch
Size: 27294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/32e57ac9/attachment.bin>


More information about the llvm-commits mailing list