[clang] [Clang][LoongArch] Match GCC behaviour when parsing FPRs in asm clobbers (PR #138391)

Yao Zi via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 28 00:18:49 PDT 2025


================
@@ -5,6 +5,7 @@
 
 // CHECK-LABEL: @test_r0
 // CHECK: call void asm sideeffect "", "{$r0}"(i32 undef)
+// CHECK: call void asm sideeffect "", "{$r0}"(i32 undef)
----------------
ziyao233 wrote:

Thanks for the hint, I've adapted the scheme :)

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


More information about the cfe-commits mailing list