================
@@ -21,6 +21,10 @@
namespace llvm {
+namespace RISCV {
+static constexpr unsigned FeatureBitSize = 2;
----------------
topperc wrote:Can we put this in RISCVISAInfo? It describes the maximum value returned by RISCVISAInfo::getRISCVFeaturesBitsInfo. https://github.com/llvm/llvm-project/pull/104917 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
