[PATCH] D119338: [AArch64][SVE] Add structured load/store opcodes to getMemOpInfo
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 09:40:43 PST 2022
kmclaughlin updated this revision to Diff 408925.
kmclaughlin marked an inline comment as done.
kmclaughlin added a comment.
- Changed Scale to `TypeSize::Scalable(16)` for all opcodes added to `getMemOpInfo`, fixing incorrect scaling when the immediate is out of range
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-ldN.mir
llvm/test/CodeGen/AArch64/sve-stN.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119338.408925.patch
Type: text/x-patch
Size: 23691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/70937984/attachment.bin>
More information about the llvm-commits
mailing list