[Mlir-commits] [mlir] [mlir][dataflow ] Drop LLVM_DEBUG of DATAFLOW_DEBUG (PR #177398)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jan 22 08:38:09 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: lonely eagle (linuxlonelyeagle)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/177398.diff


1 Files Affected:

- (modified) mlir/lib/Analysis/DataFlowFramework.cpp (+1-1) 


``````````diff
diff --git a/mlir/lib/Analysis/DataFlowFramework.cpp b/mlir/lib/Analysis/DataFlowFramework.cpp
index 56780e8b7b127..258bcf312afc5 100644
--- a/mlir/lib/Analysis/DataFlowFramework.cpp
+++ b/mlir/lib/Analysis/DataFlowFramework.cpp
@@ -20,7 +20,7 @@
 
 #define DEBUG_TYPE "dataflow"
 #if LLVM_ENABLE_ABI_BREAKING_CHECKS
-#define DATAFLOW_DEBUG(X) LLVM_DEBUG(X)
+#define DATAFLOW_DEBUG(X) X
 #else
 #define DATAFLOW_DEBUG(X)
 #endif // LLVM_ENABLE_ABI_BREAKING_CHECKS

``````````

</details>


https://github.com/llvm/llvm-project/pull/177398


More information about the Mlir-commits mailing list