Skip to content

Commit e43ede1

Browse files
committed
update test
1 parent 5ef885c commit e43ede1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Dialect/SCF/parallel-loop-fusion.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ func.func @fuse_reductions(%A: memref<2x2xf32>, %B: memref<2x2xf32>) -> (f32, f3
418418
}
419419

420420
// CHECK-LABEL: func @fuse_reductions
421-
// CHECK-SAME: (%[[A:.*]]: memref<2x2xf32>, %[[B:.*]]: memref<2x2xf32>)
421+
// CHECK-SAME: (%[[A:.*]]: memref<2x2xf32>, %[[B:.*]]: memref<2x2xf32>) -> (f32, f32)
422422
// CHECK-DAG: %[[C0:.*]] = arith.constant 0 : index
423423
// CHECK-DAG: %[[C1:.*]] = arith.constant 1 : index
424424
// CHECK-DAG: %[[C2:.*]] = arith.constant 2 : index
@@ -440,7 +440,7 @@ func.func @fuse_reductions(%A: memref<2x2xf32>, %B: memref<2x2xf32>) -> (f32, f3
440440
// CHECK: scf.reduce.return %[[R]] : f32
441441
// CHECK: }
442442
// CHECK: scf.yield
443-
// CHECK: return %[[RES]]#0, %[[RES]]#1
443+
// CHECK: return %[[RES]]#0, %[[RES]]#1 : f32, f32
444444

445445
// -----
446446

0 commit comments

Comments
 (0)