================
@@ -32,6 +32,8 @@ struct RISCVExtensionBitmask {
 };
 } // namespace RISCVExtensionBitmaskTable
 
+static constexpr unsigned RISCVFeatureBitSize = 2;
----------------
topperc wrote:

Maybe this should be a static member of RISCVISAInfo because that's where 
`getRISCVFeaturesBitsInfo` lives?

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

Reply via email to