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

Removing call to Cudd_RecursiveDeref #223

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Removing call to Cudd_RecursiveDeref #223

merged 3 commits into from
Dec 3, 2024

Conversation

PoorvaGarg
Copy link
Member

This PR comments out the call to Cudd_RecursiveDeref because currently dereferencing is not done properly. This led to accuracy issues and segmentation faults. Relevant tests have been added in test/inference/compile_test.jl and tests modified in test/inference/pr_test.jl

@PoorvaGarg PoorvaGarg requested a review from rtjoa November 25, 2024 03:40
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.52%. Comparing base (d5101ce) to head (56a8d05).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #223      +/-   ##
==========================================
- Coverage   78.54%   78.52%   -0.02%     
==========================================
  Files          30       30              
  Lines        2391     2389       -2     
==========================================
- Hits         1878     1876       -2     
  Misses        513      513              

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

@PoorvaGarg PoorvaGarg merged commit c86324c into main Dec 3, 2024
5 checks passed
@PoorvaGarg PoorvaGarg deleted the fixing-cudd-deref branch December 3, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants