[Mlir-commits] [llvm] [mlir] [MLIR] Migrate pattern application / dialect conversion to the LDBG logging format (PR #150991)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jul 30 08:58:32 PDT 2025
joker-eph wrote:
This is because the use of `raw_ldbg_ostream` directly is not guarded by DEBUG_TYPE, it's unconditionally constructed and destructed once (not once per log). Since we removed the class LogWithNewLine and merged it with the stream, the stream itself is adding a `\n` on construction (before that is was done in the `LogWithNewLine` destructor).
https://github.com/llvm/llvm-project/pull/150991
More information about the Mlir-commits
mailing list