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

cranelift: Specialize uses of StackAMode::SPOffset #8297

Merged
merged 1 commit into from
Apr 4, 2024

Commits on Apr 3, 2024

  1. cranelift: Specialize uses of StackAMode::SPOffset

    When this variant is used within a specific target backend, we know
    exactly which address-mode to generate, so using the target independent
    `StackAMode` doesn't buy us anything.
    
    This PR ensures that `StackAMode` is only constructed by target
    independent code in machinst::abi, so that it's easier to figure out how
    each of the variants are used.
    jameysharp committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e559567 View commit details
    Browse the repository at this point in the history