[PATCH] D96298: GlobalISel: Fix using wrong calling convention for callees
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 10:14:45 PST 2021
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
> For some reason AArch64's lowerFormalArguments seems to intentionally ignore the parent isVarArg.
We seem to use the IsFixed flag which lets us get away with this I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96298/new/
https://reviews.llvm.org/D96298
More information about the llvm-commits
mailing list