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

refactor(hugr-llvm)!: Optimise the llvm types used to represent hugr sums. #1855

Merged
merged 15 commits into from
Jan 20, 2025

clippy

55932b7
Select commit
Loading
Failed to load commit list.
Merged

refactor(hugr-llvm)!: Optimise the llvm types used to represent hugr sums. #1855

clippy
55932b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 0s

86.55% (+0.02%) compared to b38a2e8

View this Pull Request on Codecov

86.55% (+0.02%) compared to b38a2e8

Details

Codecov Report

Attention: Patch coverage is 85.93407% with 64 lines in your changes missing coverage. Please review.

Project coverage is 86.55%. Comparing base (b38a2e8) to head (55932b7).

Files with missing lines Patch % Lines
hugr-llvm/src/sum.rs 86.04% 33 Missing and 9 partials ⚠️
hugr-llvm/src/extension/collections/array.rs 20.00% 1 Missing and 11 partials ⚠️
hugr-llvm/src/sum/layout.rs 95.41% 6 Missing ⚠️
hugr-llvm/src/emit/ops.rs 0.00% 0 Missing and 3 partials ⚠️
hugr-llvm/src/extension/collections/list.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1855      +/-   ##
==========================================
+ Coverage   86.52%   86.55%   +0.02%     
==========================================
  Files         194      195       +1     
  Lines       35250    35569     +319     
  Branches    32063    32382     +319     
==========================================
+ Hits        30501    30786     +285     
- Misses       2973     3011      +38     
+ Partials     1776     1772       -4     

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