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

[AArch64] Don't generate st2 for 64bit store that can use stp #69901

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. [AArch64] Don't generate st2 for 64bit store that can use stp

    D142966 made it so that st2 that do not start at element 0 use zip2 instead of
    st2. This extends that to any 64bit store that has a nearby load that can
    better become a LDP operation, which is expected to have a higher throughput.
    It searches up to 20 instructions away for a store to p+16 or p-16.
    davemgreen committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8bca87a View commit details
    Browse the repository at this point in the history