[all-commits] [llvm/llvm-project] 3c01ac: [MLIR] Fixup the LDBG() logging in dataflow/deadco...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Aug 23 03:36:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c01ac6894cf18efc9b81347c51f0a31cb1875f8
https://github.com/llvm/llvm-project/commit/3c01ac6894cf18efc9b81347c51f0a31cb1875f8
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-08-23 (Sat, 23 Aug 2025)
Changed paths:
M mlir/include/mlir/IR/Operation.h
M mlir/lib/Analysis/DataFlow/DeadCodeAnalysis.cpp
M mlir/lib/Analysis/DataFlowFramework.cpp
Log Message:
-----------
[MLIR] Fixup the LDBG() logging in dataflow/deadcodeanalysis (NFC) (#155085)
This is improving the debug output:
- avoid printing pointers, print ops without regions in general.
- skip extra new-lines in the output
- minor other consistency aspects.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list