Skip to content

Commit 0c7a84e

Browse files
committed
fix name
1 parent 85c2d27 commit 0c7a84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Vector/canonicalize.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ func.func @fold_extract_transpose(
713713
// CHECK-LABEL: fold_extract_broadcast_same_input_output_scalar
714714
// CHECK-SAME: %[[A:.*]]: f32
715715
// CHECK: return %[[A]] : f32
716-
func.func @fold_extract_broadcast_same_input_output_vec(%a : f32,
716+
func.func @fold_extract_broadcast_same_input_output_scalar(%a : f32,
717717
%idx0 : index,
718718
%idx1 : index) -> f32 {
719719
%b = vector.broadcast %a : f32 to vector<1x2x4xf32>

0 commit comments

Comments
 (0)