mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
* only don't perform the complex mul->lea optimizations for the Pentium3
git-svn-id: trunk@15344 -
This commit is contained in:
parent
066b8616c0
commit
ffc9e07275
@ -168,7 +168,7 @@ begin
|
|||||||
else if
|
else if
|
||||||
((taicpu(p).ops <= 2) or
|
((taicpu(p).ops <= 2) or
|
||||||
(taicpu(p).oper[2]^.typ = Top_Reg)) and
|
(taicpu(p).oper[2]^.typ = Top_Reg)) and
|
||||||
(current_settings.optimizecputype < cpu_Pentium2) and
|
(current_settings.optimizecputype <> cpu_Pentium3) and
|
||||||
(taicpu(p).oper[0]^.val <= 12) and
|
(taicpu(p).oper[0]^.val <= 12) and
|
||||||
not(cs_opt_size in current_settings.optimizerswitches) and
|
not(cs_opt_size in current_settings.optimizerswitches) and
|
||||||
(not(GetNextInstruction(p, hp1)) or
|
(not(GetNextInstruction(p, hp1)) or
|
||||||
|
Loading…
Reference in New Issue
Block a user