This is an archive of the discontinued LLVM Phabricator instance.

Fix limit behavior of dynamic alloca
ClosedPublic

Authored by serge-sans-paille on Sep 30 2020, 3:12 AM.

Details

Summary

When the allocation size is 0, we shouldn't probe. Within [1, PAGE_SIZE], we should probe once etc.

This fixes https://bugs.llvm.org/show_bug.cgi?id=47657

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2020, 3:12 AM
serge-sans-paille requested review of this revision.Sep 30 2020, 3:12 AM
This revision is now accepted and ready to land.Sep 30 2020, 12:23 PM
This revision was automatically updated to reflect the committed changes.