================
@@ -39,13 +39,15 @@ void t6(void) {
void t7(int a) {
__asm__ volatile("T7 NAMED: %[input]" : "+r"(a): [input] "i" (4));
- // CHECK: @t7(i32
+
+ // CHECK-LABEL: @t7(i32
----------------
bwendling wrote:
I prefer the idea of starting off a block of checks with a `CHECK-LABEL` rather
than a simple `CHECK`. It's more explicit and a visual way to distinguish tests.
https://github.com/llvm/llvm-project/pull/181973
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits