This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][bufferization] fix a few memory leaks
ClosedPublic

Authored by aartbik on Jul 14 2022, 2:56 PM.

Details

Summary

Fixed some new memory leaks after migration to new
bufferization. One is expected, the other may need
some more careful analysis.

Diff Detail

Event Timeline

aartbik created this revision.Jul 14 2022, 2:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2022, 2:56 PM
aartbik requested review of this revision.Jul 14 2022, 2:56 PM
jpienaar accepted this revision.Jul 14 2022, 3:02 PM

Good for me if this avoids memory leaks in the test and these could be relaxed post

This revision is now accepted and ready to land.Jul 14 2022, 3:02 PM
This revision was landed with ongoing or failed builds.Jul 14 2022, 3:05 PM
This revision was automatically updated to reflect the committed changes.