This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Refactor BufferizationOption ownership
ClosedPublic

Authored by springerm on Dec 21 2021, 4:29 AM.

Details

Summary

Pass unique_ptr<BufferizationOption> to the bufferization. This allows the bufferization to enqueue additional PostAnalysisSteps. When running bufferization a second time, a new BufferizationOptions must be constructed.

Diff Detail