[PATCH] D59592: support ilp32e Calling Convention

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 07:27:16 PDT 2019


asb added a comment.

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).


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