You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check instructions generated by goto_check received a "disable"
pragma to prevent them being instrumented by later passes of
goto-instrument or cbmc.
When the source instruction carried an "enable" pragma, the check
instruction would receive both "enable" and "disable" pragmas
which is considered erroneous.
For the generated check instructions, we replace the "disable" pragmas
with "checked" pragmas which is compatible with the "enable" pragma of
their source, while still inhibiting the generation of secondary check
instructions from theses check instructions.
0 commit comments