Skip to content

Commit 067f115

Browse files
fixup! Update mlir/test/Dialect/Vector/canonicalize.mlir
Co-authored-by: Andrzej Warzyński <[email protected]>
1 parent 10a914e commit 067f115

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
@@ -1182,7 +1182,7 @@ func.func @canonicalize_shapecast_broadcast_to_broadcast(%arg0 : vector<2xf32>)
11821182
// CHECK-LABEL: func @canonicalize_shapecast_broadcast_invalid_shape
11831183
// CHECK: vector.shape_cast {{.+}} : vector<64xf32> to vector<4x16xf32
11841184
// CHECK: vector.broadcast {{.+}} : vector<4x16xf32> to vector<2x4x16xf32>
1185-
func.func @canonicalize_shapecast_broadcast_invalid_shape(%arg0 : vector<64xf32>) -> vector<2x4x16xf32> {
1185+
func.func @negative_canonicalize_shapecast_broadcast_invalid_shape(%arg0 : vector<64xf32>) -> vector<2x4x16xf32> {
11861186
%0 = vector.shape_cast %arg0 : vector<64xf32> to vector<4x16xf32>
11871187
%1 = vector.broadcast %0 : vector<4x16xf32> to vector<2x4x16xf32>
11881188
return %1 : vector<2x4x16xf32>

0 commit comments

Comments
 (0)