Skip to content

Commit 19990a5

Browse files
committed
Add another check-label to test to avoid any bad checks
1 parent 252047a commit 19990a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/Dialect/Index/inliner-interface.mlir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ func.func @main(%arg0: i32) -> index {
88
return %0 : index
99
}
1010

11+
// CHECK-LABEL: @f
1112
func.func @f(%arg0: i32) -> index {
1213
%0 = index.castu %arg0 : i32 to index
1314
return %0 : index

0 commit comments

Comments
 (0)