diff options
author | Lei Huang <lei@ca.ibm.com> | 2018-02-20 15:09:45 +0000 |
---|---|---|
committer | Lei Huang <lei@ca.ibm.com> | 2018-02-20 15:09:45 +0000 |
commit | dfd41552f439f562a8ce9cbf13a7e2b9f3185388 (patch) | |
tree | b81cb91cf07a089b5c6017a62561cae90a3fff0b /lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp | |
parent | b404fae9e3c2d757b4e11215fff8d88346835900 (diff) | |
download | bcm5719-llvm-dfd41552f439f562a8ce9cbf13a7e2b9f3185388.tar.gz bcm5719-llvm-dfd41552f439f562a8ce9cbf13a7e2b9f3185388.zip |
[PowerPC] Reduce stack frame for fastcc functions by only allocating parameter save area when needed
Current implementation always allocates the parameter save area conservatively
for fastcc functions. There is no reason to allocate the parameter save area if
all the parameters can be passed via registers.
Differential Revision: https://reviews.llvm.org/D42602
llvm-svn: 325581
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp')
0 files changed, 0 insertions, 0 deletions