[Mlir-commits] [mlir] [mlir][linalg] Update vectorization of linalg.pack (PR #163539)

Ege Beysel llvmlistbot at llvm.org
Mon Oct 20 06:18:40 PDT 2025


================
@@ -234,8 +234,9 @@ FailureOr<LowerPackResult> linalg::lowerPack(RewriterBase &rewriter,
   // before any outer or inner permutations have been applied.
   PackingMetadata packingMetadata = computePackingMetadata(
       packedTensorType.getRank(), packOp.getInnerDimsPos());
+  PackingMetadata packMetadata;
----------------
egebeysel wrote:

I'll take a better look at this this week, but just as an initial comment, what exactly does the `packMetadata` do over here? Is it supposed to replace the `packingMetadata`?

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


More information about the Mlir-commits mailing list