diff options
author | Tim Northover <tnorthover@apple.com> | 2014-11-07 22:30:50 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-11-07 22:30:50 +0000 |
commit | 5a1558ec31903371b0843382ce313749be0d13a4 (patch) | |
tree | c7e6a6f852d5da0aba5360dd2216bd7fa9a1e007 /lldb/scripts/Python/build-swig-Python.sh | |
parent | edf99a92c00193fb72f3e94f4440b9f86789cca4 (diff) | |
download | bcm5719-llvm-5a1558ec31903371b0843382ce313749be0d13a4.tar.gz bcm5719-llvm-5a1558ec31903371b0843382ce313749be0d13a4.zip |
ARM ABI: simplify decisions on whether args can be expanded.
Homogeneous aggregates on AAPCS_VFP ARM need to be passed *without* being
flattened (e.g. [2 x float] rather than "float, float") for various weird ABI
reasons. However, this isn't the case for anything else; further, we know at
the ABIArgInfo::getDirect callsites whether this flattening is allowed.
So, we can get more unified ARM code, with a simpler Clang, by just using that
knowledge directly.
llvm-svn: 221559
Diffstat (limited to 'lldb/scripts/Python/build-swig-Python.sh')
0 files changed, 0 insertions, 0 deletions