Skip to content
Commit 95667c53 authored by Evan Cheng's avatar Evan Cheng
Browse files

- If a dynamic_stackalloc alignment requirement is <= stack alignment, then...

- If a dynamic_stackalloc alignment requirement is <= stack alignment, then the alignment argument is ignored.
- *Always* round up the size of the allocation to multiples of stack
alignment to ensure the stack ptr is never left in an invalid state after a dynamic_stackalloc.

llvm-svn: 41132
parent f5023a7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment