* Risc-V: use OptPass1OP more

This commit is contained in:
florian 2024-08-01 22:23:37 +02:00
parent 406d5f4147
commit 80febbd8cf

View File

@ -494,7 +494,10 @@ implementation
A_OR,
A_XOR,
A_SLL,
A_SRL:
A_SRL,
A_SRA,
A_NEG,
A_NOT:
result:=OptPass1OP(p);
A_SRLI,
A_SLLI: