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

JIT: Establish loop invariant base case based on IR #97182

Merged
merged 7 commits into from
Jan 31, 2024

Commits on Jan 18, 2024

  1. JIT: Establish loop invariant base case based on IR

    Avoid having a cross-phase dependency on loop inversion here. Instead,
    validate that the condition is an actual zero-trip test.
    jakobbotsch committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9fc3436 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Fix build

    jakobbotsch committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1e1bfe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    0603636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c302fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7ca60a View commit details
    Browse the repository at this point in the history
  4. Nit

    jakobbotsch committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    67f2ae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    5115ace View commit details
    Browse the repository at this point in the history