[all-commits] [llvm/llvm-project] 9e966d: [RISCV][test] Add test for ability to tailcall lib...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Aug 3 11:29:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e966dd2986b3452301db860cdcd8c29ee8588f2
https://github.com/llvm/llvm-project/commit/9e966dd2986b3452301db860cdcd8c29ee8588f2
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-08-03 (Wed, 03 Aug 2022)
Changed paths:
A llvm/test/CodeGen/RISCV/libcall-tail-calls.ll
Log Message:
-----------
[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).
More information about the All-commits
mailing list