[AArch64][GlobalISel] Lower formal arguments of AAPCS & ms_abi variadic functions.
authorVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Mon, 1 Aug 2022 14:02:25 +0000 (17:02 +0300)
committerVladislav Dzhidzhoev <vdzhidzhoev@accesssoftek.com>
Mon, 12 Dec 2022 16:35:40 +0000 (19:35 +0300)
commit56fd846f370adf16bea333b12637038ea2f3c225
tree564354a9ef31e0883102b47784f5498da221401b
parentf32f29385c90b7be05dc19a137d3b25d3c614a50
[AArch64][GlobalISel] Lower formal arguments of AAPCS & ms_abi variadic functions.

Reimplemented SelectionDAG code for GlobalISel.

Fixes https://github.com/llvm/llvm-project/issues/54079

Differential Revision: https://reviews.llvm.org/D130903
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.h
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/GlobalISel/aapcs_vararg_frame.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/aarch64_win64cc_vararg.ll