[Mlir-commits] [mlir] [mlir] Add support for staged dataflow analyses (PR #192998)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Apr 21 14:03:14 PDT 2026


Max191 wrote:

> Actually I didnt see that there is #193112
> 
> does that do what you need as well @Max191 , then we might not need this PR

The dependency PR is different from what this PR is doing. This PR allows reusing the dataflow solver after running once and then loading additional analyses. The dependency PR is just about enforcing that each run pulls in a complete set of analyses based on dependencies. So we still need this PR, but the other PR is an additional nice thing to have.

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


More information about the Mlir-commits mailing list