Skip to content

Commit

Permalink
debug filecheck issues
Browse files Browse the repository at this point in the history
  • Loading branch information
emmau678 committed Jan 14, 2025
1 parent 3c15147 commit 2513e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/filecheck/dialects/arm/test_ops.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
// 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 "testlabel" {"comment" = "this is a label"}
// CHECK-ASM: testlabel # 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"}

// CHECK-GENERIC: %x1 = "arm.get_register"() : () -> !arm.reg<x1>
// CHECK-GENERIC: %ds_mov = "arm.ds.mov"(%x1) {comment = "move contents of s to d"} : (!arm.reg<x1>) -> !arm.reg<x2>
// CHECK-GENERIC: %dss_mul = "arm.dss.mul"(%x1, %x2) {comment = "multiply s1 by s2"} : (!arm.reg<x1>, !arm.reg<x2>) -> !arm.reg<x3>
// CHECK-GENERIC: "arm.label"() {label = "testlabel", comment = "this is a label"} : () -> ()
// CHECK-GENERIC: "arm.label"() <{label = "testlabel"}> {comment = "this is a label"} : () -> ()

0 comments on commit 2513e2e

Please sign in to comment.