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

Sudharsan Veeravalli via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 22:14:42 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>;
----------------
svs-quic wrote:

There's a mismatch between the naming here and in RISCVBaseInfo above.

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


More information about the llvm-commits mailing list