Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: reserve registers not preserved across function calls in RISC-V #2853

Merged
merged 2 commits into from
Jul 6, 2024

add a comment

f4b4923
Select commit
Loading
Failed to load commit list.
Merged

backend: reserve registers not preserved across function calls in RISC-V #2853

add a comment
f4b4923
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 6, 2024 in 0s

89.89% (target 1.00%)

View this Pull Request on Codecov

89.89% (target 1.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.89%. Comparing base (23745a6) to head (f4b4923).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2853      +/-   ##
==========================================
- Coverage   89.89%   89.89%   -0.01%     
==========================================
  Files         398      398              
  Lines       49659    49674      +15     
  Branches     7633     7634       +1     
==========================================
+ Hits        44641    44654      +13     
- Misses       3821     3822       +1     
- Partials     1197     1198       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.