[llvm] [ARM] Fix MRC cp10 and cp11 warning (PR #126407)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 9 17:18:33 PST 2025
================
@@ -173,6 +173,10 @@
@ p10 and p11 are reserved for NEON
mcr p10, #2, r5, c1, c1, #4
mcrr p11, #8, r5, r4, c1
+ mrc p10, #7, r5, c1, c1, #0
+ mrc p11, #7, r5, c1, c1, #0
+@ CHECK-WARN: warning: since v7, cp10 and cp11 are reserved for advanced SIMD or floating point instructions
----------------
hstk30-hw wrote:
The check is from thread https://github.com/ClangBuiltLinux/linux/issues/306, and @agners missed the MRC format.
https://github.com/llvm/llvm-project/pull/126407
More information about the llvm-commits
mailing list