[Mlir-commits] [mlir] [mlir] Use LDBG to replace LLVM_DEBUG (NFC) (PR #166733)
Mehdi Amini
llvmlistbot at llvm.org
Thu Nov 6 01:20:05 PST 2025
================
@@ -364,7 +361,7 @@ bool ValueBoundsConstraintSet::isMapped(Value value,
}
void ValueBoundsConstraintSet::processWorklist() {
- LLVM_DEBUG(llvm::dbgs() << "Processing value bounds worklist...\n");
+ LDBG() << "Processing value bounds worklist...\n";
----------------
joker-eph wrote:
```suggestion
LDBG() << "Processing value bounds worklist...";
```
https://github.com/llvm/llvm-project/pull/166733
More information about the Mlir-commits
mailing list