[Mlir-commits] [llvm] [mlir] [MLIR] Migrate pattern application / dialect conversion to the LDBG logging format (PR #150991)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Jul 31 07:16:27 PDT 2025
================
@@ -223,9 +221,8 @@ LogicalResult PatternApplicator::matchAndRewrite(
[&] { rewriter.setListener(oldListener); });
#endif
result = pattern->matchAndRewrite(op, rewriter);
- LLVM_DEBUG(llvm::dbgs()
- << "\"" << bestPattern->getDebugName() << "\" result "
----------------
jpienaar wrote:
Isn't this losing this name now?
https://github.com/llvm/llvm-project/pull/150991
More information about the Mlir-commits
mailing list