This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Remove RewriterBase from BufferizationState
ClosedPublic

Authored by springerm on Dec 31 2021, 7:35 AM.

Details

Summary

This change simplifies BufferizationState. Having rewriter in BufferizationState could be confusing to users because a rewriter is also passed to each bufferize function and it is not obvious (by looking at the API) that these two rewriters are the same.

Depends On D116102

Diff Detail

Event Timeline

springerm created this revision.Dec 31 2021, 7:35 AM
springerm requested review of this revision.Dec 31 2021, 7:35 AM
nicolasvasilache accepted this revision.Jan 5 2022, 12:14 AM
This revision is now accepted and ready to land.Jan 5 2022, 12:14 AM
This revision was landed with ongoing or failed builds.Jan 5 2022, 7:05 AM
This revision was automatically updated to reflect the committed changes.