[llvm] [SPARC] Implement L and H inline asm argument modifiers (PR #87259)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 18:58:21 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
----------------
koachan wrote:
Ah, my bad. Should I make a new commit to fix this now, or should I ask the person at #88248 which seems to be doing other work on the same test?
https://github.com/llvm/llvm-project/pull/87259
More information about the llvm-commits
mailing list