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

IncrementalCompact: Don't corrupt CFG when finishing early #54298

Merged
merged 1 commit into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. IncrementalCompact: Don't corrupt CFG when finishing early

    Finishing an IncrementalComapact before iterating the whole underlying
    IRCode is not something that we really do in base, or at least not in
    places other than a basic block boundary. However, it can be useful
    for downstream consumers, so make it work anyway. Also create a
    separate test file for IncrementalCompact tests (of which we really
    should have more) and move one existing test.
    Keno committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9b401ba View commit details
    Browse the repository at this point in the history