[PATCH] D119338: [AArch64][SVE] Add structured load/store opcodes to getMemOpInfo
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 06:24:44 PST 2022
kmclaughlin updated this revision to Diff 409623.
kmclaughlin added a comment.
- Reverted the previous changes which set Scale to `TypeSize::Scalable(16)` for all opcodes.
- Corrected the Min & Max values added to `getMemOpInfo`, as these should be the indices -8 to 7 for all structured loads & stores.
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.409623.patch
Type: text/x-patch
Size: 34322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220217/ed5a9480/attachment.bin>
More information about the llvm-commits
mailing list