mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 04:18:31 +02:00
+ RiscV: handle ror(i)(w) in the assembler optimizer
This commit is contained in:
parent
bfc1172844
commit
0785652b55
@ -917,11 +917,15 @@ implementation
|
||||
A_SRLW,
|
||||
A_SRAW,
|
||||
A_ROLW,
|
||||
A_RORW,
|
||||
A_RORIW,
|
||||
{$endif riscv64}
|
||||
A_SLL,
|
||||
A_SRL,
|
||||
A_SRA,
|
||||
A_ROL,
|
||||
A_ROR,
|
||||
A_RORI,
|
||||
A_NEG,
|
||||
A_NOT:
|
||||
result:=OptPass1OP(p);
|
||||
|
Loading…
Reference in New Issue
Block a user