[llvm] [RISCV] Add groupid/bitmask for RISC-V extension (PR #94440)

Kito Cheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 01:42:36 PDT 2024


================
@@ -37,6 +37,13 @@ class RISCVExtension<string name, int major, int minor, string desc,
   bit Experimental = false;
 }
 
+// TODO: Maybe integrate into RISCVExtension class
----------------
kito-cheng wrote:

My first impression is could we integrate into RISCVExtension, and then saw this comment, so let give a try :P

https://github.com/llvm/llvm-project/pull/94440


More information about the llvm-commits mailing list