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] X64 - Centralize peephole optimization for removing redundant mov instructions #85780

Merged
merged 10 commits into from
May 11, 2023

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    d014993 View commit details
    Browse the repository at this point in the history
  2. Fix build

    TIHan committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ac5764a View commit details
    Browse the repository at this point in the history
  3. Handling sign-extended movs. Centralizing all mov elimination peephol…

    …e optimization to IsRedundantMov.
    TIHan committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a731602 View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    TIHan committed May 4, 2023
    Configuration menu
    Copy the full SHA
    bbb8598 View commit details
    Browse the repository at this point in the history
  5. Added JITDUMP calls

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

Commits on May 5, 2023

  1. Formatting

    TIHan committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2a195e9 View commit details
    Browse the repository at this point in the history
  2. Fix sign-extended

    TIHan committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9c0c0a0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Feedback

    TIHan committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4587ac9 View commit details
    Browse the repository at this point in the history
  2. Formatting

    TIHan committed May 8, 2023
    Configuration menu
    Copy the full SHA
    708ea25 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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