[Mlir-commits] [mlir] [MLIR][Affine] Fix affine loop fusion with vector ops #115849, #120227 (PR #122799)
Uday Bondhugula
llvmlistbot at llvm.org
Mon Feb 3 00:50:20 PST 2025
================
@@ -976,9 +1098,6 @@ struct GreedyFusion {
if (canCreatePrivateMemRef(memref, srcEscapingMemRefs, srcId, dstId,
removeSrcNode)) {
// Create a private version of this memref.
- LLVM_DEBUG(llvm::dbgs()
- << "Creating private memref for " << memref << '\n');
----------------
bondhugula wrote:
Why are these debug lines deleted?
https://github.com/llvm/llvm-project/pull/122799
More information about the Mlir-commits
mailing list