Skip to content

Commit 32c870b

Browse files
committed
fixup! fixup! Update mlir/test/Dialect/Vector/canonicalize.mlir
1 parent 067f115 commit 32c870b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/canonicalize.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ func.func @canonicalize_shapecast_broadcast_to_broadcast(%arg0 : vector<2xf32>)
11791179

11801180
// -----
11811181

1182-
// CHECK-LABEL: func @canonicalize_shapecast_broadcast_invalid_shape
1182+
// CHECK-LABEL: func @negative_canonicalize_shapecast_broadcast_invalid_shape
11831183
// CHECK: vector.shape_cast {{.+}} : vector<64xf32> to vector<4x16xf32
11841184
// CHECK: vector.broadcast {{.+}} : vector<4x16xf32> to vector<2x4x16xf32>
11851185
func.func @negative_canonicalize_shapecast_broadcast_invalid_shape(%arg0 : vector<64xf32>) -> vector<2x4x16xf32> {

0 commit comments

Comments
 (0)