From b1151ef4ead1548855dbbcdb65bbd2c5c1250e40 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 30 Mar 2025 20:07:00 +0200 Subject: [PATCH] + missing instruction --- compiler/riscv/aoptcpurv.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/riscv/aoptcpurv.pas b/compiler/riscv/aoptcpurv.pas index 62b5ffa8b2..5d9a1560e9 100644 --- a/compiler/riscv/aoptcpurv.pas +++ b/compiler/riscv/aoptcpurv.pas @@ -471,9 +471,9 @@ implementation (taicpu(p).oper[2]^.typ=top_const) and (taicpu(p).oper[2]^.val=0) and GetNextInstructionUsingReg(p, hp1, taicpu(p).oper[0]^.reg) and - ((MatchInstruction(hp1, [A_SUB,A_ADD,A_SLL,A_SRL,A_SLT,A_AND,A_OR, + ((MatchInstruction(hp1, [A_SUB,A_ADD,A_SLL,A_SRL,A_AND,A_OR, A_ADDI,A_ANDI,A_ORI,A_SRAI,A_SRLI,A_SLLI,A_XORI,A_MUL, - A_DIV,A_DIVU,A_REM,A_REMU,A_SLTI,A_SLTIU + A_DIV,A_DIVU,A_REM,A_REMU,A_SLT,A_SLTU,A_SLTI,A_SLTIU {$ifdef riscv64},A_ADDIW,A_SLLIW,A_SRLIW,A_SRAIW, A_ADDW,A_SLLW,A_SRLW,A_SUBW,A_SRAW, A_DIVUW,A_DIVW,A_REMW,A_REMUW{$endif}]