[Mlir-commits] [mlir] [MLIR][Linalg] Fix empty tensor assumptions for linalg.pack decomposition (PR #160246)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Oct 6 10:49:54 PDT 2025


================
@@ -57,7 +57,8 @@ class Linalg_RelayoutOp<string mnemonic, list<Trait> traits = []> :
     /// tile factors.
     DenseMap<int64_t, OpFoldResult> getDimAndTileMapping();
 
-    /// Return the tile sizes as OpFoldResult.
+    /// Return the tile sizes as OpFoldResult. Will return the Value
+    /// of the constant Op, not the constant Attribute.
----------------
MaheshRavishankar wrote:

Not sure I follow what the changed comment is meant to imply. 

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


More information about the Mlir-commits mailing list