[clang] [llvm] [AArch64][TableGen] Define ZA, ZT0 and FPMR memory defvars (PR #154144)

Paul Walker via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 03:19:17 PDT 2026


================
@@ -3179,9 +3217,9 @@ let TargetPrefix = "aarch64" in {
                               [IntrNoMem, IntrHasSideEffects]>;
 
   def int_aarch64_sme_za_enable
----------------
paulwalker-arm wrote:

Thanks @Lukacma. I initially thought enabling ZA might trigger some initialisation state, similar to what happens when entering/existing streaming mode, but I see that's not the case so this seems like a sensible direction to consider once we've lock down the transition to target memory.

https://github.com/llvm/llvm-project/pull/154144


More information about the cfe-commits mailing list