This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Pass BufferizationState as const reference
ClosedPublic

Authored by springerm on Jan 6 2022, 6:53 AM.

Details

Summary

This is mostly for documentation purposes: Passing the object as a const reference signifies that analysis decisions cannot be changed after the analysis.

Depends On D116741

Diff Detail

Event Timeline

springerm created this revision.Jan 6 2022, 6:53 AM
springerm requested review of this revision.Jan 6 2022, 6:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 6:53 AM

Note: This change was needed to address requested changes in D116448. I decided to put this into a separate revision to keep the commits small.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 6 2022, 7:23 AM
This revision was automatically updated to reflect the committed changes.