[clang] [llvm] [RISCV] Add SpacemiT XSMTVDot (SpacemiT Vector Dot Product) extension. (PR #151706)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 1 08:59:42 PDT 2025


================
@@ -344,6 +344,17 @@ static DecodeStatus DecodeVMV0RegisterClass(MCInst &Inst, uint32_t RegNo,
   return MCDisassembler::Success;
 }
 
+static DecodeStatus DecodeVREvenRegisterClass(MCInst &Inst, uint32_t RegNo,
----------------
topperc wrote:

Is this called. I don't see VREven mentioned anywhere else.

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


More information about the llvm-commits mailing list