File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/test/Dialect/Vector/canonicalize Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments