[Mlir-commits] [mlir] [MLIR] support dynamic indexing of `vector.maskedload` in `VectorEmulateNarrowTypes` (PR #115070)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Nov 11 09:34:57 PST 2024
================
@@ -43,7 +43,9 @@ using namespace mlir;
///
/// %mask = [1, 1, 0, 0, 0, 0]
///
-/// will first be padded with number of `intraDataOffset` zeros:
+/// will first be padded in the front with number of `intraDataOffset` zeros,
+/// and padd zeros in the back to make the number of elements a multiple of
----------------
banach-space wrote:
Where is `padd` defined?
https://github.com/llvm/llvm-project/pull/115070
More information about the Mlir-commits
mailing list