Skip to content

Commit

Permalink
Fix intermittently failing lit test (#2676)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiotto, Ettore <ettore.tiotto@intel.com>
  • Loading branch information
etiotto authored Nov 11, 2024
1 parent 3925bb7 commit 52da140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/Analysis/test-liveness.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ module attributes {"triton_gpu.num-warps" = 8 : i32} {

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

%c1024_i32 = arith.constant 1024 : i32
%c64_i32 = arith.constant 64 : i32
Expand Down

0 comments on commit 52da140

Please sign in to comment.