[clang] [llvm] [Clang][LLVM][AArch64] Add intrinsic for MOVT SME2 instruction (PR #97602)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 02:48:04 PDT 2024
================
@@ -2899,6 +2899,15 @@ let TargetPrefix = "aarch64" in {
[llvm_i32_ty],
[IntrNoMem, IntrHasSideEffects]>;
+ def int_aarch64_sme_write_lane_zt
----------------
CarolineConcatto wrote:
So ZT0 is a register and not a memory.
I believe the correct way to model this is with IntraHasSideEffects and not correct to model this as writing in memory.
https://github.com/llvm/llvm-project/pull/97602
More information about the llvm-commits
mailing list