[PATCH] D111135: [AArch64][SVE] Improve VECTOR_SPLICE codegen for VL > 128-bit

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 09:25:58 PDT 2021


bsmith updated this revision to Diff 377280.
bsmith retitled this revision from "[AArch64][SVE] Improve VECTOR_SPLICE codegen when vector length is known" to "[AArch64][SVE] Improve VECTOR_SPLICE codegen for VL > 128-bit".
bsmith added a comment.

- Move idx==0 optimization to getNode
- Allow lowering for all VL lengths, not just the current one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111135

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/named-vector-shuffles-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111135.377280.patch
Type: text/x-patch
Size: 26556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/6ebef93a/attachment.bin>


More information about the llvm-commits mailing list