This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Pass BufferizationState into all op interface methods
ClosedPublic

Authored by springerm on Dec 13 2021, 11:58 PM.

Details

Summary

This allows op interface implementations to make decisions based on dialect-specific bufferization state.

This is in preparation of fixing conflict detection of CallOps in ModuleBufferization.

Diff Detail

Event Timeline

springerm created this revision.Dec 13 2021, 11:58 PM
springerm requested review of this revision.Dec 13 2021, 11:58 PM
This revision is now accepted and ready to land.Dec 15 2021, 12:18 AM
This revision was landed with ongoing or failed builds.Dec 15 2021, 6:50 PM
This revision was automatically updated to reflect the committed changes.