Skip to content

Commit 37107a4

Browse files
committed
spacing
1 parent afb11a4 commit 37107a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,12 +2184,13 @@ struct FoldArithToVectorOuterProduct : public OpRewritePattern<MulOpType> {
21842184

21852185
/// For example,
21862186
/// ```
2187-
/// %0 = vector.transpose %arg0, [0, 2, 1] : vector<2x1x2xf32> to
2188-
/// vector<2x2x1xf32>
2187+
/// %0 = vector.transpose %arg0, [0, 2, 1] :
2188+
/// vector<2x1x2xf32> to vector<2x2x1xf32>
21892189
/// ```
21902190
/// becomes
21912191
/// ```
2192-
/// %0 = vector.shape_cast %arg0 : vector<2x1x2xf32> to vector<2x2x1xf32>
2192+
/// %0 = vector.shape_cast %arg0 :
2193+
/// vector<2x1x2xf32> to vector<2x2x1xf32>
21932194
/// ```
21942195
struct TransposeToShapeCast final
21952196
: public OpRewritePattern<vector::TransposeOp> {

0 commit comments

Comments
 (0)