[PATCH] D127210: [AArch64][SME] Add load/store intrinsics

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 03:19:46 PDT 2022


RosieSumpter added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64RegisterInfo.td:1218
   let Size = 2048;
+  let isAllocatable = 0;
 }
----------------
aemerson wrote:
> Hoist these to the outside so you only do `let isAllocatable = 0 in {` once?
Thanks for reviewing @aemerson, I made this change before committing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127210/new/

https://reviews.llvm.org/D127210



More information about the llvm-commits mailing list