[Mlir-commits] [mlir] [mlir][linalg] Fix memory leak in `pack-dynamic-inner-tile.mlir` (PR #137589)

Matthias Springer llvmlistbot at llvm.org
Mon Apr 28 08:17:37 PDT 2025


matthias-springer wrote:

`-DLLVM_USE_SANITIZER="Address"`

Btw, the `unpack` test also has a leak, but the buffer deallocation pass inserts the dealloc inside of `vector.mask`, which is invalid.


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


More information about the Mlir-commits mailing list