mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 22:16:06 +00:00

- *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