mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
+ apply OptPass1Data to variable shifting/rotating operations as well
This commit is contained in:
parent
ec76f13bd7
commit
1802a8c493
@ -1520,6 +1520,10 @@ Implementation
|
||||
Result:=OptPass1Shift(p);
|
||||
A_AND:
|
||||
Result:=OptPass1And(p);
|
||||
A_LSRV,
|
||||
A_RORV,
|
||||
A_ASRV,
|
||||
A_LSLV,
|
||||
A_UDIV,
|
||||
A_SDIV,
|
||||
A_NEG,
|
||||
|
Loading…
Reference in New Issue
Block a user