We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a90358 commit 7b8fc7bCopy full SHA for 7b8fc7b
mlir/test/Dialect/Vector/vector-transpose-canonicalize.mlir
@@ -2,8 +2,6 @@
2
3
// This file contains some (but not all) tests of canonicalizations that eliminate vector.transpose.
4
5
-intentional bug to sanity check CI picks this new test up
6
-
7
// CHECK-LABEL: ones_broadcast_transpose_to_broadcast_folds
8
// CHECK-SAME: %[[ARG:.*]]: vector<1x1x1xi8>) -> vector<2x3x4xi8> {
9
// CHECK: %[[RES:.*]] = vector.broadcast %[[ARG]] : vector<1x1x1xi8> to vector<2x3x4xi8>
0 commit comments