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
The current implementation generates an overflow-shl predicate, which is
then interpreted by the solver APIs. This has the disadvantage that the
predicate has semantics that are both complicated and highly
language-dependent, which is not a good fit for a solver.
The new implementation defines the meaning of signed left shift overflows in
goto-check, similar as it is already done for division and unary minus.
This is covered by an existing test:
regression/cbmc/Overflow_Leftshift1/test.desc
0 commit comments