This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Add pass options for `createDeallocs`
ClosedPublic

Authored by springerm on Jan 12 2022, 1:41 AM.

Details

Summary

This change makes it possible to use a different buffer deallocation strategy. E.g., -buffer-deallocation can be used, which also works for allocations that are not in destination-passing style.

Diff Detail

Event Timeline

springerm created this revision.Jan 12 2022, 1:41 AM
springerm requested review of this revision.Jan 12 2022, 1:41 AM
nicolasvasilache accepted this revision.Jan 12 2022, 1:42 AM
This revision is now accepted and ready to land.Jan 12 2022, 1:42 AM
This revision was landed with ongoing or failed builds.Jan 12 2022, 1:55 AM
This revision was automatically updated to reflect the committed changes.