Loading
[AMDGPU] Fix subtarget predicates for some V_MFMA instructions. (#70450)
Resolves AsmParser ambiguity, e.g., V_MFMA_I32_32X32X8I8_vi currently has isGFX908orGFX90A as its subtarget predicate, which makes it identical to V_MFMA_I32_32X32X8I8_gfx90a_acd on GFX90A. Part of <https://github.com/llvm/llvm-project/issues/69256>.