[PATCH] D120894: [AArch64][SVE]Make better use of gather/scatter when inside a loop body

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 00:28:02 PST 2022


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

- use a threshold for isInstUsedByGEP  to reduce future costs.
- add test for the threshold feature.
- pull step and splat only when being used by a ge.p


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120894

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-gather-scatter-addr-opts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120894.413360.patch
Type: text/x-patch
Size: 27242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220307/dec23475/attachment.bin>


More information about the llvm-commits mailing list