This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Simplify AllocationCallbacks
ClosedPublic

Authored by springerm on Nov 2 2021, 1:48 AM.

Details

Summary

AllocationCallbacks functions allocate/deallocate only. They no longer set the insertion point.

This is in preparation of decoupling ComprehensiveBufferize from the Linalg dialect.

Depends On D112992

Diff Detail

Event Timeline

springerm created this revision.Nov 2 2021, 1:48 AM
springerm requested review of this revision.Nov 2 2021, 1:48 AM
nicolasvasilache accepted this revision.Nov 4 2021, 7:52 AM
This revision is now accepted and ready to land.Nov 4 2021, 7:52 AM
This revision was landed with ongoing or failed builds.Nov 4 2021, 8:01 PM
This revision was automatically updated to reflect the committed changes.