This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOp
ClosedPublic

Authored by springerm on Jul 25 2022, 2:31 AM.

Details

Summary

Both ops allocate a buffer. There were cases in which the buffer was not deallocated.

Depends On D130463

Diff Detail

Event Timeline

springerm created this revision.Jul 25 2022, 2:31 AM
springerm requested review of this revision.Jul 25 2022, 2:31 AM
pifon2a accepted this revision.Jul 25 2022, 3:09 AM
This revision is now accepted and ready to land.Jul 25 2022, 3:09 AM
This revision was landed with ongoing or failed builds.Jul 25 2022, 3:28 AM
This revision was automatically updated to reflect the committed changes.