This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][nfc] Fix memory leak in sparse sampled matmul integration test
ClosedPublic

Authored by vmrajas on Jul 23 2022, 10:01 AM.

Details

Summary

https://reviews.llvm.org/D130023 added a memory leak in sparse_sampled_matmul.mlir
This diff fixes the memory leak.

Testing: Ran integration tests after building with -DLLVM_USE_SANITIZER=Address flag.

Diff Detail

Event Timeline

vmrajas created this revision.Jul 23 2022, 10:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2022, 10:01 AM
vmrajas requested review of this revision.Jul 23 2022, 10:01 AM
springerm accepted this revision.Jul 25 2022, 1:46 AM
This revision is now accepted and ready to land.Jul 25 2022, 1:46 AM