mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +02:00
* x86: CheckMovMov2MovMov2 now sets "Force New Iteration" if it optimises
This commit is contained in:
parent
d5c6286852
commit
d0c7838eec
@ -3028,6 +3028,7 @@ unit aoptx86;
|
||||
DebugMsg(SPeepholeOptimization + 'MovMov2MovMov 2',p);
|
||||
taicpu(hp1).loadReg(0,taicpu(p).oper[1]^.reg);
|
||||
Result := True;
|
||||
Include(OptsToCheck, aoc_ForceNewIteration);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user