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

[GR-52621] Graph order: ensure dead node cycles are not wrongly detected. #8605

Merged
merged 6 commits into from
Mar 25, 2024

Commits on Mar 23, 2024

  1. graph order: ensure dead node cycles are not wrongly detected as

    scheduling errors
    davleopo authored and dougxc committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1f65494 View commit details
    Browse the repository at this point in the history
  2. dead floating nodes in graph order: move check to separate function,

    also guard usages and proxy usages mark a fixed node
    davleopo authored and dougxc committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    903884f View commit details
    Browse the repository at this point in the history
  3. add GraalDirectives.positivePi

    davleopo authored and dougxc committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    260f5d3 View commit details
    Browse the repository at this point in the history
  4. address review comments

    davleopo authored and dougxc committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fef35f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62676de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5188442 View commit details
    Browse the repository at this point in the history