[Mlir-commits] [mlir] [mlir] [NFC] Remove stray debug statement (PR #166696)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 5 20:13:49 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Jeremy Kun (j2kun)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/166696.diff
1 Files Affected:
- (modified) mlir/lib/Interfaces/ControlFlowInterfaces.cpp (-1)
``````````diff
diff --git a/mlir/lib/Interfaces/ControlFlowInterfaces.cpp b/mlir/lib/Interfaces/ControlFlowInterfaces.cpp
index 1e56810ff7aaf..7420412f09360 100644
--- a/mlir/lib/Interfaces/ControlFlowInterfaces.cpp
+++ b/mlir/lib/Interfaces/ControlFlowInterfaces.cpp
@@ -328,7 +328,6 @@ static bool traverseRegionGraph(Region *begin,
<< nextRegion->getRegionNumber() << ", returning true";
return true;
}
- llvm::dbgs() << "Region: " << nextRegion << "\n";
if (!nextRegion->getParentOp()) {
llvm::errs() << "Region " << *nextRegion << " has no parent op\n";
return false;
``````````
</details>
https://github.com/llvm/llvm-project/pull/166696
More information about the Mlir-commits
mailing list