[Mlir-commits] [mlir] [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (1/N) (PR #122927)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jan 22 08:37:06 PST 2025


================
@@ -2178,6 +2216,7 @@ LogicalResult mlir::linalg::vectorize(RewriterBase &rewriter, Operation *op,
                                       ArrayRef<bool> inputScalableVecDims,
                                       bool vectorizeNDExtract,
                                       bool flatten1DDepthwiseConv) {
+  rewriter.getInsertionPoint();
----------------
banach-space wrote:

Thanks, removed.

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


More information about the Mlir-commits mailing list