This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Move AArch64 AssignFnVarArg to base class
ClosedPublic

Authored by arsenm on May 5 2021, 2:17 PM.

Details

Summary

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.

Diff Detail