[Mlir-commits] [mlir] [MLIR] support dynamic indexing of `vector.maskedload` in `VectorEmulateNarrowTypes` (PR #115070)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Nov 11 12:43:00 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
----------------
lialan wrote:

lol, typo.

https://github.com/llvm/llvm-project/pull/115070


More information about the Mlir-commits mailing list