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
Paths
| Differential D114021
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 rdar://84619859
Diff Detail
Event TimelineClosed by commit rG7d11c5dac210: Coro: Remove coro_end and coro_suspend_retcon in private unprocessed functions (authored by aschwaighofer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 388201 llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
llvm/test/Transforms/Coroutines/coro-retcon-once-private.ll
|