[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 10 06:46:42 PST 2022


kmclaughlin updated this revision to Diff 407518.
kmclaughlin marked 6 inline comments as done.
kmclaughlin added a comment.

- Ensure the correct amount of space is allocated in each test by increasing the size of the allocas.
- Added a store to each of the tests to ensure the allocas aren't optimised away.
- Moved vscale_range into the definitions of the tests.


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.407518.patch
Type: text/x-patch
Size: 38087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/b7b1bfff/attachment-0001.bin>


More information about the llvm-commits mailing list