This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Add read_only attribute to ToMemrefOp
ClosedPublic

Authored by springerm on Jul 11 2023, 7:09 AM.

Details

Summary

This unit attribute indicates to the bufferization that the resulting buffer will not be written to by another op.

Depends On: D154966

Diff Detail

Event Timeline

springerm created this revision.Jul 11 2023, 7:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 7:09 AM
springerm requested review of this revision.Jul 11 2023, 7:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 7:09 AM
nicolasvasilache accepted this revision.Jul 11 2023, 7:10 AM
This revision is now accepted and ready to land.Jul 11 2023, 7:10 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 7:41 AM
This revision was automatically updated to reflect the committed changes.