This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Add isWritable to op interface
ClosedPublic

Authored by springerm on Nov 1 2021, 12:57 AM.

Details

Summary

By default, OpResult buffers are writable. But there are ops (e.g., ConstantOp) for which this is not the case.

The purpose of this commit is to further decouple Comprehensive Bufferize from the Standard dialect.

Depends On D112907

Diff Detail

Event Timeline

springerm created this revision.Nov 1 2021, 12:57 AM
springerm requested review of this revision.Nov 1 2021, 12:57 AM
springerm updated this revision to Diff 383936.Nov 1 2021, 6:07 PM

no change

nicolasvasilache accepted this revision.Nov 2 2021, 2:01 AM
This revision is now accepted and ready to land.Nov 2 2021, 2:01 AM
This revision was landed with ongoing or failed builds.Nov 4 2021, 7:36 PM
This revision was automatically updated to reflect the committed changes.