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 - Optimize x < 0 and x >= 0 #83176

Merged
merged 20 commits into from
Mar 16, 2023
Merged

[JIT] ARM64 - Optimize x < 0 and x >= 0 #83176

merged 20 commits into from
Mar 16, 2023

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. Few tweaks

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b3da93d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d3ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    767fe62 View commit details
    Browse the repository at this point in the history
  4. Simplified

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4a96fb7 View commit details
    Browse the repository at this point in the history
  5. merged

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    46e4cce View commit details
    Browse the repository at this point in the history
  6. Fix build

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c366a7a View commit details
    Browse the repository at this point in the history
  7. Check for possible interference

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    006bfea View commit details
    Browse the repository at this point in the history
  8. Reverse

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    72fd1d0 View commit details
    Browse the repository at this point in the history
  9. Check invariant-range

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    bd286a5 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    69a49fd View commit details
    Browse the repository at this point in the history
  11. Cleanup

    TIHan committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    359609d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    a689d81 View commit details
    Browse the repository at this point in the history
  2. Comment update

    TIHan committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    2f6f378 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Remove extra flags

    TIHan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6e31149 View commit details
    Browse the repository at this point in the history
  2. Simplify further

    TIHan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    206a8da View commit details
    Browse the repository at this point in the history
  3. Fix warning

    TIHan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a95a2ba View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/jit/lower.cpp

    Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
    TIHan and jakobbotsch authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bbabdd1 View commit details
    Browse the repository at this point in the history
  5. Fix warning

    TIHan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9a0b138 View commit details
    Browse the repository at this point in the history
  6. Fixing assert

    TIHan committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    887a233 View commit details
    Browse the repository at this point in the history