[Mlir-commits] [mlir] [mlir][linalg, tosa] Fix memory leaks in integration tests (PR #85366)

Cullen Rhodes llvmlistbot at llvm.org
Fri Mar 15 02:22:53 PDT 2024


c-rhodes wrote:

> Buffers are no longer deallocation by One-Shot Bufferize. This is now done by a separate buffer deallocation pass.

When did this change? We have ArmSME integration tests in Linalg that use one-shot but don't currently dealloc, I guess they're now leaking memory and should be fixed as well?

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


More information about the Mlir-commits mailing list