[PATCH] D139850: [AArch64][SVE][CodeGen] Prefer ld1r* over indexed-load when consumed by a splat

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 07:28:27 PST 2022


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

Address review comments:

- Remove superflous braces.
- Prefer indexed operations in the presence of a non-undef passthrough to a dup.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139850

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/sve-ld1r.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139850.484267.patch
Type: text/x-patch
Size: 7424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221220/93dab66a/attachment.bin>


More information about the llvm-commits mailing list