[PATCH] D103170: [CodeGen][AArch64][SVE] Use ld1r[bhsd] for vector splat from memory

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 09:08:55 PDT 2021


peterwaller-arm updated this revision to Diff 347990.
peterwaller-arm added a comment.

- Protect against values living on the stack. Intend to introduce this later.

Please note I'll be on leave for the next week, returning June 7th.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103170

Files:
  llvm/include/llvm/Target/TargetSelectionDAG.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-ld-post-inc.ll
  llvm/test/CodeGen/AArch64/sve-ld1r.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103170.347990.patch
Type: text/x-patch
Size: 35278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210526/0c028ace/attachment.bin>


More information about the llvm-commits mailing list