This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Add FuncOp bufferization pass
ClosedPublic

Authored by springerm on Nov 28 2021, 12:42 AM.

Details

Summary

This passes bufferizes FuncOp bodies, but not FuncOp boundaries.

Depends On D114931

Diff Detail

Event Timeline

springerm created this revision.Nov 28 2021, 12:42 AM
springerm requested review of this revision.Nov 28 2021, 12:42 AM
nicolasvasilache requested changes to this revision.Dec 1 2021, 12:38 AM

Please turn this into a test pass we do not want to open the door to evolution towards multi-pass comprehensive bufferize.

This revision now requires changes to proceed.Dec 1 2021, 12:38 AM
springerm updated this revision to Diff 392293.Dec 7 2021, 12:00 AM

address comments

nicolasvasilache accepted this revision.Dec 7 2021, 12:18 AM
This revision is now accepted and ready to land.Dec 7 2021, 12:18 AM
This revision was landed with ongoing or failed builds.Dec 7 2021, 4:49 AM
This revision was automatically updated to reflect the committed changes.