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

Han-Chung Wang llvmlistbot at llvm.org
Mon Jan 20 23:46:52 PST 2025


================
@@ -1874,6 +1900,15 @@ vectorizeUnPackOpPrecondition(tensor::UnPackOp unpackOp,
   return success();
 }
 
+/// Need to check if the inner-tiles are static/constant.
----------------
hanhanW wrote:

Is it a TODO? Do you mean to move the checks from `vectorizeAsInsertSliceOp` to here?

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


More information about the Mlir-commits mailing list