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 jump threading MIR opt #107009

Merged
merged 16 commits into from
Oct 23, 2023
Merged

Implement jump threading MIR opt #107009

merged 16 commits into from
Oct 23, 2023

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    8252ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb0c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751a079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d0a536 View commit details
    Browse the repository at this point in the history
  5. Handle more terminators.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    df9e5ee View commit details
    Browse the repository at this point in the history
  6. Improve naming and comments.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    4abea83 View commit details
    Browse the repository at this point in the history
  7. Document mutated_statement.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b5aa1ef View commit details
    Browse the repository at this point in the history
  8. Make polarity an enum.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    4705624 View commit details
    Browse the repository at this point in the history
  9. Document Condition.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    98b86fa View commit details
    Browse the repository at this point in the history
  10. Rebase fallout.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6abd8f1 View commit details
    Browse the repository at this point in the history
  11. Explicit notation.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d5b21ef View commit details
    Browse the repository at this point in the history
  12. Simplify static if handling.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    66ec098 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    54b61d6 View commit details
    Browse the repository at this point in the history
  14. Correct loop_headers logic.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    8fb99af View commit details
    Browse the repository at this point in the history
  15. FileCheck annotations.

    cjgillot committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a845bac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd08dd4 View commit details
    Browse the repository at this point in the history