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

New mir-opt pass to simplify gotos with const values #77486

Closed
wants to merge 12 commits into from

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    f24c0ea View commit details
    Browse the repository at this point in the history
  2. Handle const eval failure

    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    4f5226a View commit details
    Browse the repository at this point in the history
  3. Use try block

    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a6960c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8712dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7fa844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3b8d5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75b7447 View commit details
    Browse the repository at this point in the history
  8. Clearer destructuring

    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    2803ce0 View commit details
    Browse the repository at this point in the history
  9. Add a more direct for not_equals optimization in InstCombine

    The previous test's diff was changed by the const_goto pass such that the Ne(_1, false) pattern did not show anymore
    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    15e0098 View commit details
    Browse the repository at this point in the history
  10. Tidy fix

    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    bf511c1 View commit details
    Browse the repository at this point in the history
  11. Ref instead of box

    simonvandel committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1fe09b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    569f01c View commit details
    Browse the repository at this point in the history