[Mlir-commits] [mlir] [mlir][dataflow] disallow outside use of propagateIfChanged for DataFlowSolver (PR #120885)
Jeff Niu
llvmlistbot at llvm.org
Mon Jan 27 09:28:03 PST 2025
================
@@ -412,6 +414,9 @@ class DataFlowSolver {
/// Configuration of the dataflow solver.
DataFlowConfig config;
+ // The solver is working on the worklist.
----------------
Mogball wrote:
```suggestion
/// The solver is working on the worklist.
```
https://github.com/llvm/llvm-project/pull/120885
More information about the Mlir-commits
mailing list