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

Generalize small dominators optimization #116454

Merged
merged 6 commits into from
Oct 8, 2023

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    a8ec7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba694e3 View commit details
    Browse the repository at this point in the history
  3. Optimize dominators for small path graphs

    Generalizes the small dominators approach from rust-lang#107449.
    tmiasko committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0528d37 View commit details
    Browse the repository at this point in the history
  4. Remove small dominators optimization from SsaLocals

    The optimization is now part of the general implementation.
    tmiasko committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6c348b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4357482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaafb25 View commit details
    Browse the repository at this point in the history