mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:59:28 +02:00
* Risc-V: use OptPass1OP more
This commit is contained in:
parent
406d5f4147
commit
80febbd8cf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user