[PATCH] D42465: [RFC][CallingConv] Add CCAssignToRegWithType Calling Convention Interface
Shiva Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 01:06:06 PST 2018
shiva0217 added a comment.
Hi Alex, yes, we have to calculate the register usage of the members of a struct in clang to determine the struct arguments should pass directly or indirectly, but we don't have to calculate for each argument right? Or there are some cases we should calculate each argument register usage to make the ABI correctly?
Repository:
rL LLVM
https://reviews.llvm.org/D42465
More information about the llvm-commits
mailing list