[PATCH] D101946: GlobalISel: Move AArch64 AssignFnVarArg to base class
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 14:17:40 PDT 2021
arsenm created this revision.
arsenm added reviewers: paquette, aemerson, aditya_nandakumar, dsanders, cdevadas.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
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.
https://reviews.llvm.org/D101946
Files:
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101946.343190.patch
Type: text/x-patch
Size: 4907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/3eccd854/attachment.bin>
More information about the llvm-commits
mailing list