[Mlir-commits] [mlir] 7931426 - [mlir][nfc] Add missing comment in a test
Andrzej Warzynski
llvmlistbot at llvm.org
Tue Dec 5 03:50:57 PST 2023
Author: Andrzej Warzynski
Date: 2023-12-05T11:49:00Z
New Revision: 7931426e21753ad330e710148bb291e6fdff1dab
URL: https://github.com/llvm/llvm-project/commit/7931426e21753ad330e710148bb291e6fdff1dab
DIFF: https://github.com/llvm/llvm-project/commit/7931426e21753ad330e710148bb291e6fdff1dab.diff
LOG: [mlir][nfc] Add missing comment in a test
Added:
Modified:
mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir b/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
index 603792e537a10..ebec2274655e4 100644
--- a/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
+++ b/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
@@ -71,6 +71,9 @@ func.func @transfer_read_dims_mismatch_non_zero_indices(
// -----
+// The input memref has a dynamic trailing shape and hence is not flattened.
+// TODO: This case could be supported via memref.dim
+
func.func @transfer_read_dims_mismatch_non_zero_indices_dynamic_shapes(
%idx_1: index,
%idx_2: index,
More information about the Mlir-commits
mailing list