[clang] [llvm] [NFC][AArch64][TableGen] Define ZA, ZT0 and FPMR memory defvars (PR #154144)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 08:02:38 PDT 2026
================
@@ -59,6 +59,7 @@ class IntrinsicMemoryLocation;
// TODO: Populate with all IRMemLocation enum values and update
// getValueAsIRMemLocation accordingly.
+def ArgMem : IntrinsicMemoryLocation;
----------------
CarolineConcatto wrote:
It is now in another PR: https://github.com/llvm/llvm-project/pull/201597
So when that is approved I can rebase on top of this one.
https://github.com/llvm/llvm-project/pull/154144
More information about the cfe-commits
mailing list