[Mlir-commits] [mlir] [mlir] Use LDBG to replace LLVM_DEBUG (NFC) (PR #166733)
Mehdi Amini
llvmlistbot at llvm.org
Thu Nov 6 01:20:35 PST 2025
================
@@ -406,7 +402,7 @@ void ValueBoundsConstraintSet::processWorklist() {
}
continue;
}
- LLVM_DEBUG(llvm::dbgs() << "--> ValueBoundsOpInterface not implemented\n");
+ LDBG() << "--> ValueBoundsOpInterface not implemented\n";
----------------
joker-eph wrote:
```suggestion
LDBG() << "--> ValueBoundsOpInterface not implemented";
```
https://github.com/llvm/llvm-project/pull/166733
More information about the Mlir-commits
mailing list