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

feat: Dataflow analysis framework #1476

Merged
merged 218 commits into from
Dec 4, 2024

interpret_leaf_op is &mut to allow impls that do caching etc.

eecdb22
Select commit
Loading
Failed to load commit list.
Merged

feat: Dataflow analysis framework #1476

interpret_leaf_op is &mut to allow impls that do caching etc.
eecdb22
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

86.26% (+0.07%) compared to fee16d3

View this Pull Request on Codecov

86.26% (+0.07%) compared to fee16d3

Details

Codecov Report

Attention: Patch coverage is 87.96610% with 142 lines in your changes missing coverage. Please review.

Project coverage is 86.26%. Comparing base (fee16d3) to head (eecdb22).

Files with missing lines Patch % Lines
hugr-passes/src/dataflow/partial_value.rs 84.80% 51 Missing and 4 partials ⚠️
hugr-passes/src/dataflow.rs 36.17% 30 Missing ⚠️
hugr-passes/src/dataflow/datalog.rs 90.67% 24 Missing and 5 partials ⚠️
hugr-passes/src/dataflow/results.rs 75.00% 10 Missing and 4 partials ⚠️
hugr-passes/src/dataflow/value_row.rs 71.42% 14 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1476      +/-   ##
==========================================
+ Coverage   86.19%   86.26%   +0.07%     
==========================================
  Files         171      177       +6     
  Lines       30779    31959    +1180     
  Branches    27691    28871    +1180     
==========================================
+ Hits        26529    27570    +1041     
- Misses       2640     2766     +126     
- Partials     1610     1623      +13     

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