[PATCH] D127210: [AArch64][SME] Add load/store intrinsics
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 11:23:25 PDT 2022
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
We can revisit the opaque pointers issue later. LGTM otherwise with a nit.
================
Comment at: llvm/lib/Target/AArch64/AArch64RegisterInfo.td:1218
let Size = 2048;
+ let isAllocatable = 0;
}
----------------
Hoist these to the outside so you only do `let isAllocatable = 0 in {` once?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127210/new/
https://reviews.llvm.org/D127210
More information about the llvm-commits
mailing list