This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Return newly created ops from bufferize_to_allocation
ClosedPublic

Authored by springerm on Jul 11 2023, 7:07 AM.

Details

Summary

Return all ops that were generated as part of the bufferization, so that user do not have to match them in the enclosing op.

Depends On: D154956

Diff Detail

Event Timeline

springerm created this revision.Jul 11 2023, 7:07 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jul 11 2023, 7:07 AM
nicolasvasilache accepted this revision.Jul 11 2023, 7:08 AM
This revision is now accepted and ready to land.Jul 11 2023, 7:08 AM
This revision was landed with ongoing or failed builds.Jul 11 2023, 7:34 AM
This revision was automatically updated to reflect the committed changes.