This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][NFC] Move std BufferizableOpInterfaceImpl to std dialect
ClosedPublic

Authored by springerm on Jan 30 2022, 3:50 AM.

Details

Summary

Also reimplement std-bufferize in terms of BufferizableOpInterface-based bufferization. The old std.select bufferization pattern is no longer needed and deleted.

Diff Detail

Event Timeline

springerm created this revision.Jan 30 2022, 3:50 AM
springerm requested review of this revision.Jan 30 2022, 3:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2022, 3:50 AM
pifon2a accepted this revision.Jan 30 2022, 4:04 AM
This revision is now accepted and ready to land.Jan 30 2022, 4:04 AM