[Mlir-commits] [mlir] [mlir][bufferization] Fix stale BufferOriginAnalysis in BufferDeallocationSimplification (PR #210105)
Matthias Springer
llvmlistbot at llvm.org
Sat Jul 18 04:35:45 PDT 2026
https://github.com/matthias-springer commented:
I think there's a simpler fix: deactivate folding the `GreedyRewriteConfig`. Can you give that a try? Recomputing an analysis in a rewrite pattern could be expensive.
https://github.com/llvm/llvm-project/pull/210105
More information about the Mlir-commits
mailing list