[clang] [llvm] [RISCV] Add Andes XAndesperf (Andes Performance) extension. (PR #135110)

Jim Lin via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 15 18:27:04 PDT 2025


================
@@ -447,18 +447,25 @@ static DecodeStatus decodeSImmNonZeroOperand(MCInst &Inst, uint32_t Imm,
   return decodeSImmOperand<N>(Inst, Imm, Address, Decoder);
 }
 
-template <unsigned N>
-static DecodeStatus decodeSImmOperandAndLsl1(MCInst &Inst, uint32_t Imm,
+template <unsigned T, unsigned N>
+static DecodeStatus decodeSImmOperandAndLslN(MCInst &Inst, uint64_t Imm,
----------------
tclin914 wrote:

It's a typo. Thanks.

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


More information about the cfe-commits mailing list