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

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


================
@@ -2073,6 +2113,9 @@ static LogicalResult
 vectorizeUnPackOpPrecondition(linalg::UnPackOp unpackOp,
                               ArrayRef<int64_t> inputVectorSizes) {
 
+  // FIXME!!!
----------------
egebeysel wrote:

I guess this - and the fix - is forgotten?

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


More information about the Mlir-commits mailing list