[PATCH] D105633: [WIP] Improve code generation for vector_splice

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 13:47:43 PDT 2021


CarolineConcatto updated this revision to Diff 358058.
CarolineConcatto added a comment.

- Address Sander's suggestion and use EXT when lane/Imm is bigger than 0
- and use INSR + LAST for lane/Imm equals to -1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105633

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  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: D105633.358058.patch
Type: text/x-patch
Size: 35481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210712/7dd0f09b/attachment.bin>


More information about the llvm-commits mailing list