Skip to content

Commit d92bf2c

Browse files
committed
test grouping polish
1 parent 2a2af7c commit d92bf2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/test/Dialect/Vector/canonicalize/vector-transpose.mlir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
// This file contains some tests of canonicalizations and foldings involving vector.transpose.
44

5-
// +----------------------------------------
6-
// Tests of FoldTransposeBroadcast
7-
// +----------------------------------------
5+
// +---------------------------------------------------------------------------
6+
// Tests of FoldTransposeBroadcast: transpose(broadcast) -> broadcast
7+
// +---------------------------------------------------------------------------
88

99
// CHECK-LABEL: func @transpose_scalar_broadcast1
1010
// CHECK-SAME: (%[[ARG:.+]]: vector<1xf32>)
@@ -256,7 +256,7 @@ func.func @negative_transpose_of_shape_cast(%arg : vector<6xi8>) -> vector<2x3xi
256256
// -----
257257

258258
// +-----------------------------------
259-
// Tests of transpose folding
259+
// Tests of TransposeOp::fold
260260
// +-----------------------------------
261261

262262
// CHECK-LABEL: transpose_1D_identity

0 commit comments

Comments
 (0)