mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:49:27 +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);
|
DebugMsg(SPeepholeOptimization + 'MovMov2MovMov 2',p);
|
||||||
taicpu(hp1).loadReg(0,taicpu(p).oper[1]^.reg);
|
taicpu(hp1).loadReg(0,taicpu(p).oper[1]^.reg);
|
||||||
Result := True;
|
Result := True;
|
||||||
|
Include(OptsToCheck, aoc_ForceNewIteration);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user