[Mlir-commits] [mlir] [mlir][Linalg] Preserve init in tiled in-place update patterns (PR #195912)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed May 6 18:28:50 PDT 2026
MaheshRavishankar wrote:
I understand why you are trying to preserve this, but this kind of checking to fix bufferization issues breaks compositionality. This transformation has nothing to do with bufferization. This seems to be a reduced test case from your real use case. Can you try leaving this transformation as is and try [`EmtpyTensorElimination`](https://github.com/llvm/llvm-project/blob/6e601bc5ea740667c88f35afe4147ead74ed3175/mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorElimination.cpp#L208)
https://github.com/llvm/llvm-project/pull/195912
More information about the Mlir-commits
mailing list