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

cfg_simplify: Fix more bugs #47240

Merged
merged 1 commit into from
Oct 20, 2022
Merged

cfg_simplify: Fix more bugs #47240

merged 1 commit into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. cfg_simplify: Fix more bugs

    cfg_simplify still had issues with unreachable BBs, as well as BBs with
    try/catch in them. Additionally, it sometimes leaves unreachable BBs
    in the IR, which the verifier was upset about if there was a PhiNode
    that referenced it. I made that legal for now. The alternative is to
    make all unreachable BBs illegal, which I think would be reasonable,
    but is somewhat extreme for the time being. Let's see how this
    fares first.
    Keno authored and aviatesk committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4863b02 View commit details
    Browse the repository at this point in the history