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 6022501 commit 32920adCopy full SHA for 32920ad
mlir/test/Dialect/Vector/ops.mlir
@@ -572,7 +572,7 @@ func.func @shape_cast(%arg0 : vector<5x1x3x2xf32>,
572
func.func @shape_cast_general_reshape(%arg0 : vector<2x3xf32>) -> (vector<3x1x2xf32>) {
573
// CHECK: vector.shape_cast %{{.*}} : vector<2x3xf32> to vector<3x1x2xf32>
574
%0 = vector.shape_cast %arg0 : vector<2x3xf32> to vector<3x1x2xf32>
575
- return %0
+ return %0 : vector<3x1x2xf32>
576
}
577
578
// CHECK-LABEL: @shape_cast_0d
0 commit comments