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 IL should represent conditional calls, and branching, closer to boogie. This means removing conditions from DirectCalls and replacing them with an assume preceding the call.
It's GoTos that we would want to remove the conditions from, not DirectCalls (I have already removed conditions from DirectCalls in changes for #132 that are not yet pushed).
The IL should represent conditional calls, and branching, closer to boogie. This means removing conditions from DirectCalls and replacing them with an
assume
preceding the call.E.g.
The text was updated successfully, but these errors were encountered: