summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/stack-alignment.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Emit a BasePointer when we have overly-aligned stack objectsDerek Schuff2016-11-071-0/+137
Because we shift the stack pointer by an unknown amount, we need an additional pointer. In the case where we have variable-size objects as well, we can't reuse the frame pointer, thus three pointers. Patch by Jacob Gravelle Differential Revision: https://reviews.llvm.org/D26263 llvm-svn: 286160
OpenPOWER on IntegriCloud