Skip to content

Conversation

kroening
Copy link
Member

This adds conversion for shifts with natural-typed shift distance (in addition to integer-typed) to the SMT2 backend.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

This adds conversion for shifts with natural-typed shift distance (in
addition to integer-typed) to the SMT2 backend.
@kroening kroening marked this pull request as ready for review November 24, 2024 10:51
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.90%. Comparing base (162e0f7) to head (d325915).
Report is 27 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8519      +/-   ##
===========================================
+ Coverage    78.84%   78.90%   +0.06%     
===========================================
  Files         1728     1728              
  Lines       198775   198622     -153     
  Branches     18406    18394      -12     
===========================================
+ Hits        156719   156720       +1     
+ Misses       42056    41902     -154     

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

@kroening kroening merged commit 8803555 into develop Dec 17, 2024
41 checks passed
@kroening kroening deleted the smt2-shift-distance-natural branch December 17, 2024 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants