This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Do not cache bufferized function types
ClosedPublic

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

Details

Summary

This does not work if BufferizationState is passed around as a const reference in most places.

Diff Detail

Event Timeline

springerm created this revision.Jan 6 2022, 6:52 AM
springerm requested review of this revision.Jan 6 2022, 6:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 6:52 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:14 AM
This revision was automatically updated to reflect the committed changes.