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

Implement a global value numbering MIR optimization #109597

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    8b848af View commit details
    Browse the repository at this point in the history
  2. Add documentation.

    cjgillot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    6fa55d0 View commit details
    Browse the repository at this point in the history
  3. Do not check copiability.

    cjgillot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    1ea9399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db50bd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    644e40f View commit details
    Browse the repository at this point in the history
  6. Complete miri test.

    cjgillot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    6dfa053 View commit details
    Browse the repository at this point in the history
  7. Workaround issue 112651.

    cjgillot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3311536 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f9d64d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2ff77c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Explicit simplify_place.

    cjgillot committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    901be42 View commit details
    Browse the repository at this point in the history