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

Piyou Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 04:14:13 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
----------------
BeMg wrote:

Updated.

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


More information about the llvm-commits mailing list