[Mlir-commits] [mlir] [mlir] Use LDBG to replace LLVM_DEBUG in IntegerRelation.cpp (NFC) (PR #166772)
Mehdi Amini
llvmlistbot at llvm.org
Fri Nov 7 04:48:09 PST 2025
joker-eph wrote:
LDGB is a recently added logging macro that is providing some standardized output format, with a per-line header, as well as support for logging-levels. See: https://llvm.org/docs/ProgrammersManual.html#the-ldbg-and-llvm-debug-macros-and-debug-option
https://github.com/llvm/llvm-project/pull/166772
More information about the Mlir-commits
mailing list