This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize] Decouple promoteBufferResultsToOutParams from One-Shot Bufferize
ClosedPublic

Authored by springerm on May 23 2022, 4:03 PM.

Details

Summary

Users should explicitly run -buffer-results-to-out-params instead.

The purpose of this change is to remove finalizeBuffers, which made it difficult to extend the bufferization to custom buffer types.

Depends On D126252

Diff Detail

Event Timeline

springerm created this revision.May 23 2022, 4:03 PM
springerm requested review of this revision.May 23 2022, 4:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 4:03 PM
aartbik accepted this revision.May 27 2022, 4:00 PM
This revision is now accepted and ready to land.May 27 2022, 4:00 PM