================
@@ -1110,6 +1110,13 @@ def FeatureRequiresCOV6 : 
SubtargetFeature<"requires-cov6",
   "Target Requires Code Object V6"
 >;
 
+def FeatureXF32Insts : SubtargetFeature<"xf32-insts",
+   "HasXF32Insts",
+   "true",
+   "Has instructions that support xf32 format, such as "
+   "v_mfma_f32_16x16x8xf32 and v_mfma_f32_32x32x4xf32"
----------------
jayfoad wrote:

Typo?
```suggestion
   "v_mfma_f32_16x16x8_xf32 and v_mfma_f32_32x32x4_xf32"
```

https://github.com/llvm/llvm-project/pull/115214
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to