[Mlir-commits] [mlir] [mlir][vector] Fix parser of vector.transfer_read (PR #133721)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Apr 14 22:36:11 PDT 2025
================
@@ -151,13 +151,18 @@ static bool isSupportedCombiningKind(CombiningKind combiningKind,
return false;
}
-AffineMap mlir::vector::getTransferMinorIdentityMap(ShapedType shapedType,
- VectorType vectorType) {
- int64_t elementVectorRank = 0;
+static unsigned getRealVectorRank(ShapedType shapedType,
----------------
banach-space wrote:
Please document this method. In particular, what's "real vector rank" in this context? Thanks!
https://github.com/llvm/llvm-project/pull/133721
More information about the Mlir-commits
mailing list