This is an archive of the discontinued LLVM Phabricator instance.

[mlir] make transform.loop.outline also return the call handle
ClosedPublic

Authored by ftynse on May 4 2023, 7:15 AM.

Details

Summary

Outlining is particularly interesting when the outlined function is
replaced with something else, e.g., a microkernel. It is good to have a
handle to the call in this case.

Diff Detail

Event Timeline

ftynse created this revision.May 4 2023, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 7:15 AM
ftynse requested review of this revision.May 4 2023, 7:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 7:15 AM
springerm accepted this revision.May 4 2023, 8:50 AM
This revision is now accepted and ready to land.May 4 2023, 8:50 AM
This revision was landed with ongoing or failed builds.May 5 2023, 5:42 AM
This revision was automatically updated to reflect the committed changes.