[RISCV][test] Add test for ability to tailcall libcalls
authorAlex Bradbury <asb@igalia.com>
Wed, 3 Aug 2022 18:27:59 +0000 (19:27 +0100)
committerAlex Bradbury <asb@igalia.com>
Wed, 3 Aug 2022 18:27:59 +0000 (19:27 +0100)
commit9e966dd2986b3452301db860cdcd8c29ee8588f2
tree7ba7d6f8882c663b5a5af8b55e5e5ce2737eb8fa
parentc77db81616805936fa8471241b3b0fce4af12cec
[RISCV][test] Add test for ability to tailcall libcalls

Although there's good coverage of the libcalls within llvm/test/CodeGen,
it's useful to have tests for all ABI and hard/soft-float combinations
in order to properly test the logic that enables libcall tail calls
(which will be implemented in a follow-up patch).
llvm/test/CodeGen/RISCV/libcall-tail-calls.ll [new file with mode: 0644]