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

ARM64: Avoid LEA for volatile IND #64354

Merged
merged 6 commits into from
Jan 27, 2022
Merged

Commits on Jan 26, 2022

  1. Avoid LEA for volatile IND

    EgorBo committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    27e7eb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Update lower.cpp

    EgorBo authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b2b4a3a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/dotnet/runtime into jit-arm…

    …-addrmode-volatile
    EgorBo committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c4cba34 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/dotnet/runtime into jit-arm…

    …-addrmode-volatile
    EgorBo committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    126ba2b View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/jit/lower.cpp

    Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
    EgorBo and kunalspathak authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    12132eb View commit details
    Browse the repository at this point in the history
  5. Address feedback

    EgorBo committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e1e21cb View commit details
    Browse the repository at this point in the history