[Mlir-commits] [mlir] [mlir][bufferization] Fix stale BufferOriginAnalysis in BufferDeallocationSimplification (PR #210105)

Vito Secona llvmlistbot at llvm.org
Sat Jul 18 11:04:57 PDT 2026


secona wrote:

So some tests were failing because the pass resulted in additional foldable ops due to folding being disabled. I found that splitting the canonicalization patterns to run separately allows us to enable folding without affecting the tests. I've pushed the change that splits the canonicalization patterns. What do you think?

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


More information about the Mlir-commits mailing list