[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)

Han-Chung Wang llvmlistbot at llvm.org
Fri Mar 28 11:08:22 PDT 2025


================
@@ -4801,6 +4801,45 @@ PackOp PackOp::createTransposedClone(OpBuilder &b, Location loc,
                           getPaddingValue(), metadata.outerDimsPerm);
 }
 
+template <typename OpTy>
+static void getEffectsImpl(
----------------
hanhanW wrote:

nit: I think we can rename it as `getPackUnPackEffectsImpl` for now, and we can rename it later if other ops need it.

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


More information about the Mlir-commits mailing list