Skip to content

Commit f5acdfa

Browse files
amramimattarde
authored andcommitted
[mlir] Clean up leftovers from moving linalg::Expand/CollapseShapeOp to memref dialect (llvm#172448)
1 parent c333440 commit f5acdfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Dialect/MemRef/canonicalize.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ func.func @fold_collapse_of_expand(%arg0 : memref<12x4xf32>) -> memref<12x4xf32>
522522
return %1 : memref<12x4xf32>
523523
}
524524
// CHECK-LABEL: func @fold_collapse_of_expand
525-
// CHECK-NOT: linalg.{{.*}}_shape
525+
// CHECK-NOT: memref.{{.*}}_shape
526526

527527
// -----
528528

@@ -535,7 +535,7 @@ func.func @fold_collapse_collapse_of_expand(%arg0 : memref<?x?xf32>, %sz0: index
535535
return %1 : memref<?x?xf32>
536536
}
537537
// CHECK-LABEL: @fold_collapse_collapse_of_expand
538-
// CHECK-NOT: linalg.{{.*}}_shape
538+
// CHECK-NOT: memref.{{.*}}_shape
539539

540540
// -----
541541

0 commit comments

Comments
 (0)