[PATCH] D59592: support ilp32e Calling Convention
Daliang Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 30 03:45:43 PDT 2019
xudaliang.pku marked an inline comment as not done.
xudaliang.pku added a comment.
In D59592#1445996 <https://reviews.llvm.org/D59592#1445996>, @asb wrote:
> Hi Daliang., thanks for the submission. One problem I think you'll find once you extend the tests is that support for realigning the stack is going to be required - e.g. if passing a double (8-byte aligned) on the stack (4-byte aligned).
Oh ,I see , I will try the related tests soon.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59592/new/
https://reviews.llvm.org/D59592
More information about the llvm-commits
mailing list