Skip to content

Commit

Permalink
minor update to filecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
emmau678 committed Jan 14, 2025
1 parent f390e8c commit 3c15147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filecheck/dialects/arm/test_ops.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// CHECK-ASM: mul x3, x1, x2 # multiply s1 by s2
%dss_mul = arm.dss.mul %x1, %x2 {"comment" = "multiply s1 by s2"} : (!arm.reg<x1>, !arm.reg<x2>) -> !arm.reg<x3>

// CHECK-NEXT: arm.label {"label" = "testlabel", "comment" = "this is a label"}
// CHECK-NEXT: arm.label "testlabel" {"comment" = "this is a label"}
// CHECK-ASM: testlabel # this is a label
arm.label "testlabel" {comment = "this is a label"}

Expand Down

0 comments on commit 3c15147

Please sign in to comment.