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: Add gfx950 subtarget definitions #116307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. AMDGPU: Copy correct predicates for SDWA reals

    There are a lot of messes in the special case
    predicate handling. Currently broad let blocks
    override specific predicates with more general
    cases. For instructions with SDWA, the HasSDWA
    predicate was overriding the SubtargetPredicate
    for the instruction.
    
    This fixes enough to properly disallow new instructions
    that support SDWA on older targets.
    arsenm committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    694f769 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. AMDGPU: Add gfx950 subtarget definitions

    Mostly a stub, but adds some baseline tests and
    tests for removed instructions.
    arsenm committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d6fb34c View commit details
    Browse the repository at this point in the history