Skip to content

Commit 6e370cd

Browse files
authored
Fix flaky test-liveness lit test (#2724)
Signed-off-by: Tiotto, Ettore <[email protected]>
1 parent 1efa822 commit 6e370cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Analysis/test-liveness.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module attributes {"triton_gpu.num-warps" = 8 : i32} {
1818
// CHECK-NEXT: [[[ADVANCE2]], scf.yield] for value: [[ADVANCE2]]
1919

2020
// CHECK: scf.if
21-
// CHECK-NEXT: LiveIntervals for block: ^bb0
21+
// CHECK-DAG: LiveIntervals for block: ^bb0
2222
// CHECK-DAG: [[[LOAD1:%.*]], [[LOAD1]]] for value: %arg0
2323
// CHECK-DAG: [[[LOAD1]], scf.yield] for value: [[LOAD1]]
2424
// CHECK-DAG: LiveIntervals for block: ^bb0

0 commit comments

Comments
 (0)