[Mlir-commits] [mlir] Cache symbol tables during OneShotBufferization analyses (PR #138125)
Michele Scuttari
llvmlistbot at llvm.org
Thu May 1 05:32:40 PDT 2025
mscuttari wrote:
Marking the PR as draft because I'm seeing a few bufferization tests failing due to a missing `FuncAnalysisState` extension. Unfortunately it is also quite inconvenient to instantiate it on the need, as the `AnalaysisState` class is passed as a const reference to the interface methods.
https://github.com/llvm/llvm-project/pull/138125
More information about the Mlir-commits
mailing list