Skip to content

Commit cd1d4d8

Browse files
authored
[mlir][Vector] Add missing CHECK rules to vector-transfer-flatten.mlir (#82698)
This test failed after landing #81964 due to a bad merge. I provided a quick fix and this PR is adding the rest of CHECK rules that were not merged properly.
1 parent f37c6d5 commit cd1d4d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ func.func @regression_non_contiguous_dim_read(%subview : memref<1x3x3x2xf32, str
476476
// CHECK: %[[APPLY:.*]] = affine.apply #[[$MAP]]()
477477

478478
// CHECK-128B-LABEL: func @regression_non_contiguous_dim_read(
479+
// CHECK-128B: memref.collapse_shape
479480

480481
// -----
481482

@@ -491,3 +492,4 @@ func.func @unsupported_non_contiguous_dim_write(%value : vector<2x2xf32>,
491492
// CHECK-NOT: memref.collapse_shape
492493

493494
// CHECK-128B-LABEL: func @unsupported_non_contiguous_dim_write(
495+
// CHECK-128B-NOT: memref.collapse_shape

0 commit comments

Comments
 (0)