This is an archive of the discontinued LLVM Phabricator instance.

Fix dynamic probing scheme
ClosedPublic

Authored by serge-sans-paille on Jun 3 2020, 1:50 AM.

Details

Summary

If we probe *after* each static stack allocation, we need to probe *before* each
dynamic stack allocation. Provide a scheme to describe the possible scenario.

Thanks a lot to @jonpa for motivating this fix.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2020, 1:50 AM
lkail added a subscriber: lkail.Jun 3 2020, 2:37 AM
This revision is now accepted and ready to land.Jun 10 2020, 10:18 AM
This revision was automatically updated to reflect the committed changes.