Skip to content

Commit 7931426

Browse files
committed
[mlir][nfc] Add missing comment in a test
1 parent 58dcac3 commit 7931426

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/test/Dialect/Vector/vector-transfer-flatten.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ func.func @transfer_read_dims_mismatch_non_zero_indices(
7171

7272
// -----
7373

74+
// The input memref has a dynamic trailing shape and hence is not flattened.
75+
// TODO: This case could be supported via memref.dim
76+
7477
func.func @transfer_read_dims_mismatch_non_zero_indices_dynamic_shapes(
7578
%idx_1: index,
7679
%idx_2: index,

0 commit comments

Comments
 (0)