GlobalISel: Move AArch64 AssignFnVarArg to base class
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 4 May 2021 21:32:09 +0000 (17:32 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 11 May 2021 23:50:12 +0000 (19:50 -0400)
commit2bdfcf0cac148ada8d3ec36f551c45efb604ac49
tree856d4ebdc5633b7ab3fd947aee22e86306c1ca8a
parentfec2945998947f04d672e9c5f33b57f7177474c0
GlobalISel: Move AArch64 AssignFnVarArg to base class

We can handle the distinction easily enough in the generic code, and
this makes it easier to abstract the selection of type/location from
the code to insert code.
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp