We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1b717 commit ed2b46aCopy full SHA for ed2b46a
mlir/test/Dialect/Vector/invalid.mlir
@@ -1145,7 +1145,7 @@ func.func @shape_cast_wrong_num_elements(%arg0 : vector<5x1x3x2xf32>) {
1145
1146
// -----
1147
1148
-func.func @shape_cast_invalid_rank_preservating(%arg0 : vector<3x2xf32>) {
+func.func @shape_cast_invalid_rank_preserving(%arg0 : vector<3x2xf32>) {
1149
// expected-error@+1 {{op is invalid (does not uniformly collapse or expand)}}
1150
%0 = vector.shape_cast %arg0 : vector<3x2xf32> to vector<2x3xf32>
1151
}
0 commit comments