[compiler-rt] [compiler-rt][AArch64] Provide basic implementations of SME memcpy/memmove in case of strictly aligned memory access (PR #138250)

Victor Campos via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 02:59:15 PDT 2025


================
@@ -22,3 +23,46 @@ const void *__arm_sc_memchr(const void *src, int c,
 
   return NULL;
 }
+
+#ifndef __ARM_FEATURE_UNALIGNED
----------------
vhscampos wrote:

I'll merge this patch. If there's any remaining suggestion, I can certainly address it after the merge.

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


More information about the llvm-commits mailing list