Skip to content

Commit ae3e142

Browse files
committed
Fix test/Dialect/Vector/vector-transfer-flatten.mlir
1 parent d4bfca3 commit ae3e142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/test/Dialect/Vector/vector-transfer-flatten.mlir

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,8 @@ func.func @regression_non_contiguous_dim_read(%subview : memref<1x3x3x2xf32, str
475475
// CHECK: %[[COLLAPSE:.+]] = memref.collapse_shape %{{.*}} {{\[}}[0], [1], [2, 3]] : memref<1x3x3x2xf32, strided<[40, 10, 2, 1], offset: ?>> into memref<1x3x6xf32, strided<[40, 10, 1], offset: ?>>
476476
// CHECK: %[[APPLY:.*]] = affine.apply #[[$MAP]]()
477477

478+
// CHECK-128B-LABEL: func @regression_non_contiguous_dim_read(
479+
478480
// -----
479481

480482
func.func @unsupported_non_contiguous_dim_write(%value : vector<2x2xf32>,
@@ -487,3 +489,5 @@ func.func @unsupported_non_contiguous_dim_write(%value : vector<2x2xf32>,
487489

488490
// CHECK-LABEL: func.func @unsupported_non_contiguous_dim_write(
489491
// CHECK-NOT: memref.collapse_shape
492+
493+
// CHECK-128B-LABEL: func @unsupported_non_contiguous_dim_write(

0 commit comments

Comments
 (0)