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

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 02:37:10 PDT 2026


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

I agree that side effects is an overkill here. I suggested it as that's how tpidr2 intrinsics were modelled above. But just marking it as read and write should be good enough to avoid incorrect reordering.

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


More information about the cfe-commits mailing list