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

Implement conditional region #1617

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

luca-patrignani
Copy link
Contributor

This PR is part of my GSoC project.
This implement ConditionalRegion, a block (not a ControlFlowRegion) which has a property branches which is a list of tuple (condition, control flow region).

Needs confirmation

  • ConditionalRegion is not a ControlFlowRegion because it does not have a start block.
  • The else branch is expressed as a empty region.

luca-patrignani and others added 28 commits June 30, 2024 15:41
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

Successfully merging this pull request may close these issues.

None yet

1 participant