This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Add `analyzeOp` helper function
ClosedPublic

Authored by springerm on Dec 31 2021, 7:46 AM.

Details

Summary

This function runs just the analysis of Comprehensive Bufferize, but does not bufferize the IR yet.

This is in preparation of fixing CallOp bufferization. Also needed for unifying Comprehensive Bufferize and core bufferization; the new partial bufferization can simply run bufferization without an analysis.

Depends On D116455

Diff Detail

Event Timeline

springerm created this revision.Dec 31 2021, 7:46 AM
springerm requested review of this revision.Dec 31 2021, 7:46 AM
nicolasvasilache accepted this revision.Jan 7 2022, 5:49 AM
This revision is now accepted and ready to land.Jan 7 2022, 5:49 AM
This revision was landed with ongoing or failed builds.Jan 7 2022, 8:33 AM
This revision was automatically updated to reflect the committed changes.