summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/fastcc-float.ll
Commit message (Collapse)AuthorAgeFilesLines
* [RISCV] Support fast calling conventionShiva Chen2019-10-151-0/+71
LLVM may annotate the function with fastcc if there has only one caller and there're no other caller out of the module and the function is not naked or contain variable arguments. The fastcc functions could pass the arguments by the caller saved registers. Differential Revision: https://reviews.llvm.org/D68559 llvm-svn: 374857
OpenPOWER on IntegriCloud