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 85c2d27 commit 0c7a84eCopy full SHA for 0c7a84e
mlir/test/Dialect/Vector/canonicalize.mlir
@@ -713,7 +713,7 @@ func.func @fold_extract_transpose(
713
// CHECK-LABEL: fold_extract_broadcast_same_input_output_scalar
714
// CHECK-SAME: %[[A:.*]]: f32
715
// CHECK: return %[[A]] : f32
716
-func.func @fold_extract_broadcast_same_input_output_vec(%a : f32,
+func.func @fold_extract_broadcast_same_input_output_scalar(%a : f32,
717
%idx0 : index,
718
%idx1 : index) -> f32 {
719
%b = vector.broadcast %a : f32 to vector<1x2x4xf32>
0 commit comments