[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>
Wed, 8 Feb 2023 15:29:40 +0000 (16:29 +0100)
commit1c10d5b175992a9d056a2d763a932e5652386fc1
treebbc5e35abda5cf74710bc5c92e668592fe3067c6
parent2c580884c1de70b13503a14f61ea124e7202308d
[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
llvm/test/CodeGen/AArch64/win64_vararg_float_cc.ll