This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization][NFC] Remove post-analysis step infrastructure
ClosedPublic

Authored by springerm on May 27 2022, 3:10 PM.

Details

Summary

Now that analysis and bufferization are better separated, post-analysis steps are no longer needed. Users can directly interleave analysis and bufferization as needed.

Depends On D126570

Diff Detail

Event Timeline

springerm created this revision.May 27 2022, 3:10 PM
springerm requested review of this revision.May 27 2022, 3:10 PM
aartbik accepted this revision.May 27 2022, 3:14 PM
This revision is now accepted and ready to land.May 27 2022, 3:14 PM
This revision was landed with ongoing or failed builds.May 27 2022, 7:40 PM
This revision was automatically updated to reflect the committed changes.