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

Unroll SequenceEqual(ref byte, ref byte, nuint) in JIT #83945

Merged
merged 15 commits into from
Mar 29, 2023

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    1b74d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7354f8b View commit details
    Browse the repository at this point in the history
  3. Add header

    EgorBo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    81d6291 View commit details
    Browse the repository at this point in the history
  4. Fix build

    EgorBo committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1840d4d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Add tests

    EgorBo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    97b0c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229f239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bd602f 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 <[email protected]>
    EgorBo and jakobbotsch authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    dba9524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbb38ee View commit details
    Browse the repository at this point in the history
  6. fix asserts

    EgorBo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7ed7546 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

    EgorBo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0a6f9ea View commit details
    Browse the repository at this point in the history
  3. move IND nodes in LIR

    EgorBo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    382866b 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 <[email protected]>
    EgorBo and jakobbotsch authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    aeb8f23 View commit details
    Browse the repository at this point in the history
  5. Update lower.cpp

    EgorBo authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    01fd512 View commit details
    Browse the repository at this point in the history