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

Piyou Chen via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 8 02:35:23 PDT 2024


================
@@ -52,108 +61,118 @@ class RISCVExperimentalExtension<string name, int major, int minor, string desc,
 
 def FeatureStdExtI
     : RISCVExtension<"i", 2, 1,
-                     "'I' (Base Integer Instruction Set)">;
+                     "'I' (Base Integer Instruction Set)">,
+                     RISCVExtensionBitmask<0, 0>;
----------------
BeMg wrote:

Aligned.

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


More information about the llvm-commits mailing list