-
Subzero: Force ebp-based frame when an alloca has a large alignment. · 8686139fJim Stichnoth authored
If the alloca alignment exceeds the known ABI stack alignment, the lowering sequence adds an "and esp, xxx" instruction. In this case, the esp adjustment is no longer statically known, so we must force an ebp-based frame. BUG= none R=sehr@google.com Review URL: https://codereview.chromium.org/1426933003 .
8686139f
×