This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Move BufferizationAliasInfo to op interface
ClosedPublic

Authored by springerm on Nov 7 2021, 9:14 PM.

Details

Summary

BufferizationAliasInfo is used in BufferizationOpInterface::bufferize implementations, so it should be part of the same build target as BufferizableOpInterface.

This commit is in preparation of decoupling the ComprehensiveBufferize from the various dialects.

Depends On D113375

Diff Detail

Event Timeline

springerm created this revision.Nov 7 2021, 9:14 PM
springerm requested review of this revision.Nov 7 2021, 9:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2021, 9:14 PM
This revision is now accepted and ready to land.Nov 10 2021, 12:19 AM
This revision was landed with ongoing or failed builds.Nov 10 2021, 5:46 PM
This revision was automatically updated to reflect the committed changes.