This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Utilize isWritable for FuncOps
ClosedPublic

Authored by springerm on Dec 2 2021, 12:11 AM.

Details

Summary

This is a cleanup of ModuleBufferization. Instead of storing information about writable function arguments in BufferizationAliasInfo, we can use isWritable and make the decision there, based on dialect-specifc bufferization state.

Depends On D114929

Diff Detail

Event Timeline

springerm created this revision.Dec 2 2021, 12:11 AM
springerm requested review of this revision.Dec 2 2021, 12:11 AM
nicolasvasilache accepted this revision.Dec 3 2021, 12:50 AM
This revision is now accepted and ready to land.Dec 3 2021, 12:50 AM
This revision was landed with ongoing or failed builds.Dec 6 2021, 1:42 AM
This revision was automatically updated to reflect the committed changes.