Skip to content
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

Non-Deterministic Branching in IR #64

Closed
l-kent opened this issue Sep 12, 2023 · 1 comment
Closed

Non-Deterministic Branching in IR #64

l-kent opened this issue Sep 12, 2023 · 1 comment

Comments

@l-kent
Copy link
Contributor

l-kent commented Sep 12, 2023

It may be necessary at some point to add a new NonDetGoTo (or similar) class to the IR, a subclass of Jump. It should have multiple targets, and be translated to Boogie as `goto target1, target2, target3;' which is how Boogie represents non-deterministic jumps.

@l-kent
Copy link
Contributor Author

l-kent commented Nov 6, 2023

Implemented in #132

@l-kent l-kent closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant