Skip to content

Commit a65f072

Browse files
committed
comment
1 parent 64ea88d commit a65f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ struct ReorderElementwiseOpsOnBroadcast final
10441044
};
10451045

10461046
/// Pattern to rewrite a ExtractOp(Elementwise) -> Elementwise(ExtractOp).
1047-
/// This may result in cleaner code when we extracting a single value
1047+
/// This may result in cleaner code when extracting a single value
10481048
/// from multi-element vector and also to help canonicalize 1-element vectors to
10491049
/// scalars.
10501050
/// ```

0 commit comments

Comments
 (0)