================
@@ -519,6 +517,9 @@ struct RVVIntrinsicRecord {
   // e.g. vadd
   const char *OverloadedName;
 
+  // Required target features for this intrinsic.
+  uint32_t RequiredExtensions[(RVV_REQ_NUM + 31) / 32];
----------------
wangpc-pp wrote:

I wonder if we can use `FeatureBitset` here and reuse extension enums so that 
we don't need to define `RVVRequire`.

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

Reply via email to