Skip to content

Commit 934f255

Browse files
committed
[mlir][analysis] Commit missing check lines
1 parent 5252bb1 commit 934f255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/Dialect/Arith/int-range-interface.mlir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,9 @@ func.func @noninteger_operation_result(%lb: index, %ub: index, %step: index, %co
10251025
scf.yield %1, %0 : i32, f32
10261026
}
10271027

1028+
// CHECK: [[RESULT:%.*]] = arith.select %{{.*}}, %c1_i32, [[OUTS]]#0
10281029
%result = arith.select %cond, %c1_i32, %outs#0 : i32
1030+
// CHECK: "use"([[RESULT]])
10291031
"use"(%result) : (i32) -> ()
10301032
return
10311033
}

0 commit comments

Comments
 (0)