Subzero: Force ebp-based frame when an alloca has a large alignment.
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 .
Showing
Please
register
or
sign in
to comment