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

improvement(semantic/cfg): rework basic blocks. #3381

Merged

Commits on Jun 6, 2024

  1. improvement(semantic/cfg): rework basic blocks. (#3381)

    I've replaced the `BasicBlockElement` with an `Instruction` type which would keep both the instruction kind and its associated AstNodeId.
    I also removed the register scheme in the control flow in favor of a simpler approach using explicit enums.
    
    #3381 (comment)
    rzvxa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    209a99d View commit details
    Browse the repository at this point in the history