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

Made jump targets and back edges an attribute of SCFG #58

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kc611
Copy link
Contributor

@kc611 kc611 commented May 4, 2023

Resolves: #73

As titled,

This PR removes jump_targets and back_edges as a attribute of BasicBlocks and makes it a attribute of SCFG instead. This makes it easier to 'flatten' the graph later on.

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.

Refactor: Make jump_target a property of SCFG
2 participants