mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
* patch by J. Gareth Moreton: optimize MOVSXD as well, resolves #36700
git-svn-id: trunk@44185 -
This commit is contained in:
parent
e350264db1
commit
892454ff17
@ -76,6 +76,7 @@ uses
|
||||
A_MOV:
|
||||
Result:=OptPass1MOV(p);
|
||||
A_MOVSX,
|
||||
A_MOVSXD,
|
||||
A_MOVZX:
|
||||
Result:=OptPass1Movx(p);
|
||||
A_MOVAPD,
|
||||
|
Loading…
Reference in New Issue
Block a user