[Mlir-commits] [mlir] [mlir][linalg] Enable scalable vectorization of linalg.unpack (PR #149293)

Ege Beysel llvmlistbot at llvm.org
Thu Jul 24 12:27:11 PDT 2025


================
@@ -2487,12 +2531,14 @@ vectorizeScalableVectorPrecondition(Operation *op,
   if (numOfScalableDims == 0)
     return success();
 
+  // TODO: Check the following!
----------------
egebeysel wrote:

Also here

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


More information about the Mlir-commits mailing list