[llvm] [AMDGPU][MC]FMA-mix instructions should not be supported in GFX908 etc. (PR #109873)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 15:07:28 PDT 2024


================
@@ -1426,7 +1425,6 @@ def FeatureISAVersion9_4_Common : FeatureSet<
   [FeatureGFX9,
    FeatureGFX90AInsts,
    FeatureGFX940Insts,
-   FeatureFmaMixInsts,
----------------
jwanggit86 wrote:

So you are saying that both the MI200 and MI300 ISA docs are wrong, and v_fma_mix should be a valid instruction for gfx908/90a/940?

https://github.com/llvm/llvm-project/pull/109873


More information about the llvm-commits mailing list