[Mlir-commits] [mlir] [MLIR] support dynamic indexing in `VectorEmulateNarrowTypes` (PR #114169)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Oct 30 02:16:41 PDT 2024


================
@@ -149,6 +150,61 @@ static Value insertSubvectorInto(RewriterBase &rewriter, Location loc,
                                                        dest, offsets, strides);
 }
 
+static void dynamicallyExtractElementsToVector(
----------------
banach-space wrote:

Add documentation

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


More information about the Mlir-commits mailing list