mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 15:36:07 +00:00

Otherwise they are treated as dynamic allocas, which ends up increasing code size significantly. This reduces size of Chromium base_unittests by 2MB (6.7%). Differential Revision: https://reviews.llvm.org/D57205 llvm-svn: 352152