This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Add `isAllocationHoistingBarrier` to op interface
ClosedPublic

Authored by springerm on Nov 7 2021, 10:46 PM.

Details

Summary

This make getResultBuffer in ComprehensiveBufferize independent of the SCF, Affine and Linalg dialects. This commit is in preparating of decoupling op interface implementations from ComprehensiveBufferize.

Depends On D113378

Diff Detail

Event Timeline

springerm created this revision.Nov 7 2021, 10:46 PM
springerm requested review of this revision.Nov 7 2021, 10:46 PM
This revision is now accepted and ready to land.Nov 10 2021, 12:20 AM
This revision was landed with ongoing or failed builds.Nov 10 2021, 6:01 PM
This revision was automatically updated to reflect the committed changes.