[llvm] [AArch64][SME] Allow memory operations lowering to custom SME functions. (PR #79263)
    Dinar Temirbulatov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb  5 00:38:38 PST 2024
    
    
  
================
@@ -51,6 +51,9 @@ SMEAttrs::SMEAttrs(StringRef FuncName) : Bitmask(0) {
   if (FuncName == "__arm_tpidr2_restore")
     Bitmask |= (SMEAttrs::SM_Compatible | SMEAttrs::ZA_Shared |
                 SMEAttrs::SME_ABI_Routine);
+  if (FuncName == "__arm_sc_memcpy" || FuncName == "__arm_sc_memset" ||
+      FuncName == "__arm_sc_memmove")
----------------
dtemirbulatov wrote:
Done.
https://github.com/llvm/llvm-project/pull/79263
    
    
More information about the llvm-commits
mailing list