diff options
author | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2019-09-23 08:11:41 +0000 |
---|---|---|
committer | Petar Avramovic <Petar.Avramovic@rt-rk.com> | 2019-09-23 08:11:41 +0000 |
commit | c063b0b0d3346d2a50e2ef28ec0147d6d53f399d (patch) | |
tree | 2a4206617dc800788ca4c826037ce7a2e8a0b9e4 /lldb/source/Commands/CommandObjectMultiword.cpp | |
parent | 0e490ae0a93c8b6ec48366ac7d46da442542b902 (diff) | |
download | bcm5719-llvm-c063b0b0d3346d2a50e2ef28ec0147d6d53f399d.tar.gz bcm5719-llvm-c063b0b0d3346d2a50e2ef28ec0147d6d53f399d.zip |
[MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy
CC_Mips doesn't accept vararg functions for O32, so we have to explicitly
use CC_Mips_FixedArg.
For lowerCall we now properly figure out whether callee function is vararg
or not, this has no effect for O32 since we always use CC_Mips_FixedArg.
For lower formal arguments we need to copy arguments in register to stack
and save pointer to start for argument list into MipsMachineFunction
object so that G_VASTART could use it during instruction select.
For vacopy we need to copy content from one vreg to another,
load and store are used for that purpose.
Differential Revision: https://reviews.llvm.org/D67756
llvm-svn: 372555
Diffstat (limited to 'lldb/source/Commands/CommandObjectMultiword.cpp')
0 files changed, 0 insertions, 0 deletions