[llvm] [AArch64] Model ZA array using inaccessible memory (PR #132058)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 08:21:39 PDT 2025


================
@@ -3257,36 +3257,36 @@ let TargetPrefix = "aarch64" in {
    : DefaultAttrsIntrinsic<[],
                [llvm_i32_ty,
                 llvm_anyvector_ty, LLVMMatchType<0>],
-               []>;
+               [IntrWriteMem, IntrInaccessibleMemOnly]>;
----------------
Lukacma wrote:

I completely missed this ! Thanks for pointing this out. I have fixed it now.

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


More information about the llvm-commits mailing list