This is an archive of the discontinued LLVM Phabricator instance.

Coro: Remove coro_end and coro_suspend_retcon in private unprocessed functions
ClosedPublic

Authored by aschwaighofer on Nov 16 2021, 12:09 PM.

Details

Summary

We might emit functions that are private and never called. The coro
split pass only processes functions that might be called. Remove
intrinsics that we can't generate code for.

rdar://84619859

Diff Detail

Event Timeline

aschwaighofer created this revision.Nov 16 2021, 12:09 PM
aschwaighofer requested review of this revision.Nov 16 2021, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2021, 12:09 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 18 2021, 7:49 AM
This revision was automatically updated to reflect the committed changes.