-
Notifications
You must be signed in to change notification settings - Fork 274
CONTRACTS: loop info tagging utility functions #7632
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
CONTRACTS: loop info tagging utility functions #7632
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #7632 +/- ##
===========================================
+ Coverage 78.24% 78.51% +0.27%
===========================================
Files 1674 1674
Lines 191935 191956 +21
===========================================
+ Hits 150176 150723 +547
+ Misses 41759 41233 -526 see 36 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
2185dfd
to
4e4c624
Compare
src/goto-instrument/contracts/dynamic-frames/dfcc_loop_tags.cpp
Outdated
Show resolved
Hide resolved
src/goto-instrument/contracts/dynamic-frames/dfcc_loop_tags.cpp
Outdated
Show resolved
Hide resolved
4e4c624
to
45f155c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
45f155c
to
40a69d7
Compare
40a69d7
to
797062a
Compare
Co-authored with @qinheping
Utility functions for loop contracts instrumentation, allowing to tag GOTO instructions with loop identifiers and loop instruction type.
Extracted from #7541, can only be tested once all features are in place.