[llvm] [SPARC] Implement L and H inline asm argument modifiers (PR #87259)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 10:42:15 PDT 2024
================
@@ -11,3 +11,12 @@ entry:
tail call void asm sideeffect "faddq $0,$1,$2", "{f38},{f0},{f0}"(fp128 0xL0, fp128 0xL0, fp128 0xL0)
ret void
}
+
+; CHECK-label:test_twinword_error
----------------
jrtc27 wrote:
Bad formatting (note capitalisation, spacing and trailing colon for the label):
```CHECK-LABEL: test_twinword_error:```
Repeated in inlineasm.ll, where you can see the mismatch with the surrounding code.
https://github.com/llvm/llvm-project/pull/87259
More information about the llvm-commits
mailing list