[compiler-rt] [compiler-rt][ARM] Add missing PACBTI support to assembly aeabi functions (PR #142400)

Victor Campos via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 6 06:30:50 PDT 2025


================
@@ -45,15 +56,21 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_cdcmpeq)
         // __aeabi_cdcmple is in a different section for some builds.
         IT(ne)
         bne __aeabi_cdcmple
+#endif
 
+2:
 #if defined(USE_THUMB_2)
-        mov ip, #APSR_C
-        msr APSR_nzcvq, ip
+        mov r0, #APSR_C
----------------
vhscampos wrote:

Done, thanks

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


More information about the llvm-commits mailing list