[PATCH] D119338: [AArch64][SVE] Add structured load/store opcodes to getMemOpInfo
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 07:44:23 PST 2022
kmclaughlin updated this revision to Diff 408414.
kmclaughlin marked an inline comment as done.
kmclaughlin added a comment.
- After some discussion about the tests in this patch offline, I have removed `ldN-reg-imm-alloca.ll` & `stN-reg-imm-alloca.ll` in favour of adding mir tests.
- Removed newlines introduced in AArch64InstrInfo.cpp.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119338/new/
https://reviews.llvm.org/D119338
Files:
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/test/CodeGen/AArch64/sve-fixed-ld2-alloca.ll
llvm/test/CodeGen/AArch64/sve-ld2.mir
llvm/test/CodeGen/AArch64/sve-ld3.mir
llvm/test/CodeGen/AArch64/sve-ld4.mir
llvm/test/CodeGen/AArch64/sve-st2.mir
llvm/test/CodeGen/AArch64/sve-st3.mir
llvm/test/CodeGen/AArch64/sve-st4.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119338.408414.patch
Type: text/x-patch
Size: 32501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/cb39e1ac/attachment.bin>
More information about the llvm-commits
mailing list