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>)
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 <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 > {
11861186 %0 = vector.shape_cast %arg0 : vector <64 xf32 > to vector <4 x16 xf32 >
11871187 %1 = vector.broadcast %0 : vector <4 x16 xf32 > to vector <2 x4 x16 xf32 >
11881188 return %1 : vector <2 x4 x16 xf32 >
You can’t perform that action at this time.
0 commit comments