[PATCH] D119338: [AArch64][SVE] Add structured load/store opcodes to getMemOpInfo

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 12:17:42 PST 2022


kmclaughlin updated this revision to Diff 407979.
kmclaughlin marked 4 inline comments as done.
kmclaughlin added a comment.

- Changed fixed-width allocas used in the tests to scalable.
- Added tests for offsets which are at the min/max range & tests outside the min/max range.
- Added the nounwind attribute to all tests.
- Changed the tests for non-zero offsets to remove the second alloca.


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/ldN-reg-imm-alloca.ll
  llvm/test/CodeGen/AArch64/stN-reg-imm-alloca.ll
  llvm/test/CodeGen/AArch64/sve-fixed-ld2-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119338.407979.patch
Type: text/x-patch
Size: 44980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220211/2b280bc7/attachment.bin>


More information about the llvm-commits mailing list