Dynamic allocas that still exist have been verified to be only used
'locally' not accross a suspend point.
rdar://73903220
Differential D96071
We can only move static allocas into the resume entry points aschwaighofer on Feb 4 2021, 11:54 AM. Authored by
Details Dynamic allocas that still exist have been verified to be only used rdar://73903220
Diff Detail
Unit Tests Event TimelineComment Actions The idea in this test case is that this gets lowered to a dynamic alloca before the code that adjusts for the entry point sees it? That might be worth spelling out in the test case. Otherwise LGTM. |