[PATCH] D68559: [RISCV] Support fast calling convention
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 08:34:06 PDT 2019
lenary added a comment.
I was worried about how this would work with varargs, but I see from the IR Reference <https://llvm.org/docs/LangRef.html#callingconv> that fastcc requires both prototypes to match, and disallows varargs.
In the future we should refactor this into a tablegen'd CallingConvention, but that can happen later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68559/new/
https://reviews.llvm.org/D68559
More information about the llvm-commits
mailing list