[Mlir-commits] [mlir] [mlir][linalg] Update vectorization logic for linalg.pack (#149156) (PR #158926)
Kunwar Grover
llvmlistbot at llvm.org
Tue Sep 16 09:42:18 PDT 2025
================
@@ -1776,12 +1776,6 @@ vectorizeAsTensorPackOp(RewriterBase &rewriter, linalg::PackOp packOp,
rewriter, loc,
rewriter.getZeroAttr(packOp.getSourceType().getElementType()));
}
----------------
Groverkss wrote:
ig we cant fix it in this patch but this is wrong and should be using posion
https://github.com/llvm/llvm-project/pull/158926
More information about the Mlir-commits
mailing list