[PATCH] D68559: [RISCV] Support fast calling convention
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 07:29:14 PDT 2019
lenary added a comment.
I like this change.
`fastcc` is LLVM-internal only, right? Checking that we don't have to care about splitting operands that don't fit into registers, or any other psABI details, right?
You said you had some performance numbers, it would be useful to have them in a comment on this patch.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68559/new/
https://reviews.llvm.org/D68559
More information about the llvm-commits
mailing list