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] ARM64 - Fix Assertion failed 'node->OperIs(GT_DIV, GT_UDIV, GT_MOD)' during 'Lowering nodeinfo' #85664

Merged
merged 4 commits into from
May 3, 2023

Commits on May 2, 2023

  1. Rename LowerConstIntDivOrMode to TryLowerConstIntDivOrMod with an out…

    … parameter for the next node to lower
    TIHan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a5f7de5 View commit details
    Browse the repository at this point in the history
  2. Add test case

    TIHan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6029ef2 View commit details
    Browse the repository at this point in the history
  3. Simplify test

    TIHan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b788d09 View commit details
    Browse the repository at this point in the history
  4. Add extra assert

    TIHan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2532c14 View commit details
    Browse the repository at this point in the history