Skip to content

Commit

Permalink
Fix flaky test-liveness lit test (#2724)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiotto, Ettore <[email protected]>
  • Loading branch information
etiotto authored Nov 17, 2024
1 parent 1efa822 commit 6e370cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Analysis/test-liveness.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module attributes {"triton_gpu.num-warps" = 8 : i32} {
// CHECK-NEXT: [[[ADVANCE2]], scf.yield] for value: [[ADVANCE2]]

// CHECK: scf.if
// CHECK-NEXT: LiveIntervals for block: ^bb0
// CHECK-DAG: LiveIntervals for block: ^bb0
// CHECK-DAG: [[[LOAD1:%.*]], [[LOAD1]]] for value: %arg0
// CHECK-DAG: [[[LOAD1]], scf.yield] for value: [[LOAD1]]
// CHECK-DAG: LiveIntervals for block: ^bb0
Expand Down

0 comments on commit 6e370cd

Please sign in to comment.