[PATCH] D120912: [AArch64][SVE] Convert gather/scatter with a stride of 2 to contiguous loads/stores
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 09:34:55 PST 2022
kmclaughlin updated this revision to Diff 414408.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.
- Renamed `VecVT` to `MemVT` in the preferGatherScatter function.
- Fixed formatting issues.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120912/new/
https://reviews.llvm.org/D120912
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/test/CodeGen/AArch64/sve-gather-scatter-to-contiguous.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120912.414408.patch
Type: text/x-patch
Size: 19321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/988b588a/attachment.bin>
More information about the llvm-commits
mailing list