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

[AMDGPU] Flip the default value of maybeAtomic. NFCI. #75220

Merged
merged 2 commits into from
Jan 9, 2024
Merged

[AMDGPU] Flip the default value of maybeAtomic. NFCI. #75220

merged 2 commits into from
Jan 9, 2024

Commits on Dec 12, 2023

  1. [AMDGPU] Flip the default value of maybeAtomic. NFCI.

    In practice maybeAtomic = 0 is used to prevent SIMemoryLegalizer from
    interfering with instructions that are mayLoad or mayStore but lack
    MachineMemOperands. These instructions should be the exception not the
    rule, so this patch sets maybeAtomic = 1 by default and only overrides
    it to 0 where necessary.
    jayfoad committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    429d0a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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