[llvm] [RISCV] Add Xqci Insn Formats (PR #132986)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 13:01:08 PDT 2025


================
@@ -52,7 +52,13 @@ def InstFormatCLB    : InstFormat<18>;
 def InstFormatCLH    : InstFormat<19>;
 def InstFormatCSB    : InstFormat<20>;
 def InstFormatCSH    : InstFormat<21>;
-def InstFormatOther  : InstFormat<22>;
+def InstFormatQC_EAI : InstFormat<22>;
+def InstFormatQC_EI  : InstFormat<23>;
+def InstFormatQC_EB  : InstFormat<24>;
+def InstFormatQC_EJ  : InstFormat<25>;
+def InstFormatQC_ES  : InstFormat<26>;
----------------
lenary wrote:

Done

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


More information about the llvm-commits mailing list