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

Control flow graph generation #6

Open
ykafia opened this issue Jan 19, 2024 · 0 comments
Open

Control flow graph generation #6

ykafia opened this issue Jan 19, 2024 · 0 comments
Labels
cfg Control Flow Graph representation of the code enhancement New feature or request

Comments

@ykafia
Copy link
Collaborator

ykafia commented Jan 19, 2024

Generate a control flow graph that can be usable for SPIR-V generation.

One idea is to probably replace all control flow nodes into GOTO and LABEL in the CFG.

@ykafia ykafia added enhancement New feature or request cfg Control Flow Graph representation of the code labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cfg Control Flow Graph representation of the code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant