File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ func.func @canonicalize_shapecast_broadcast_to_broadcast(%arg0 : vector<2xf32>)
1182
1182
// CHECK-LABEL: func @canonicalize_shapecast_broadcast_invalid_shape
1183
1183
// CHECK: vector.shape_cast {{.+}} : vector<64xf32> to vector<4x16xf32
1184
1184
// CHECK: vector.broadcast {{.+}} : vector<4x16xf32> to vector<2x4x16xf32>
1185
- func.func @canonicalize_shapecast_broadcast_invalid_shape (%arg0 : vector <64 xf32 >) -> vector <2 x4 x16 xf32 > {
1185
+ func.func @negative_canonicalize_shapecast_broadcast_invalid_shape (%arg0 : vector <64 xf32 >) -> vector <2 x4 x16 xf32 > {
1186
1186
%0 = vector.shape_cast %arg0 : vector <64 xf32 > to vector <4 x16 xf32 >
1187
1187
%1 = vector.broadcast %0 : vector <4 x16 xf32 > to vector <2 x4 x16 xf32 >
1188
1188
return %1 : vector <2 x4 x16 xf32 >
You can’t perform that action at this time.
0 commit comments