================
@@ -813,6 +813,14 @@ def HasVendorXSfcie : 
Predicate<"Subtarget->hasVendorXSfcie()">,
                         AssemblerPredicate<(all_of FeatureVendorXSfcie),
                         "'XSfcie' (SiFive Custom Instruction Extension 
SCIE.)">;
 
+def FeatureVendorXSfvfwmaccqqq
+    : SubtargetFeature<"xsfvfwmaccqqq", "HasVendorXSfvfwmaccqqq", "true",
+                       "'XSfvfwmaccqqq' (SiFive Matrix Multiply Accumulate 
Instruction and 4-by-4))",
+                       [FeatureStdExtZve32x]>;
----------------
topperc wrote:

Should this be Zve32f since the return type is FP?

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

Reply via email to