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

Hyunsung Lee llvmlistbot at llvm.org
Wed Apr 2 00:16:20 PDT 2025


================
@@ -5038,6 +5126,9 @@ struct FoldTensorCastPackOp : public OpRewritePattern<PackOp> {
     if (!tensor::hasFoldableTensorCastOperand(op))
       return failure();
 
+    if (!op.hasPureTensorSemantics())
----------------
ita9naiwa wrote:

Done


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


More information about the Mlir-commits mailing list