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] - Fixed sub-optimal optimization for a % 1 to Zero #77760

Merged
merged 25 commits into from
Dec 8, 2022

Commits on Nov 2, 2022

  1. Optimize a % 1 to Zero

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    20f9bd0 View commit details
    Browse the repository at this point in the history
  2. Update disasm tests

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b16ce6f View commit details
    Browse the repository at this point in the history
  3. Minor change

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    71c19d1 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate opt

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ad1fab7 View commit details
    Browse the repository at this point in the history
  5. Use extract side effects

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    daaa0c4 View commit details
    Browse the repository at this point in the history
  6. Re-arranging mod optimizations

    TIHan committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    79aff96 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Re-arranging mod optimizations

    TIHan committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3428879 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    46413df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6af61e View commit details
    Browse the repository at this point in the history
  3. Remove space

    TIHan committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ea19049 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Try catch the regression

    TIHan committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9c1d679 View commit details
    Browse the repository at this point in the history
  2. Use FULL-LINE for tests

    TIHan committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8b11f51 View commit details
    Browse the repository at this point in the history
  3. Remove '% -1' opt

    TIHan committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c757925 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    60835fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05086f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Checking side effect flag early

    TIHan committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    84f12f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Check for GT_CNS_LNG

    TIHan committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    41f3a56 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Update Regression1.csproj

    TIHan committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4b8bccc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Recording issue for mono

    TIHan committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    eb6f860 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Update issues.targets

    TIHan committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6504bcd View commit details
    Browse the repository at this point in the history
  2. Using SetIntegralValue, removed unrelated changes, transformation wil…

    …l not happen if optimizations are disabled
    TIHan committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7bc349d View commit details
    Browse the repository at this point in the history
  3. Minor change

    TIHan committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0c225ee View commit details
    Browse the repository at this point in the history
  4. Minor change

    TIHan committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    475e4d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Use IsIntegralConst

    TIHan committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2c37388 View commit details
    Browse the repository at this point in the history