* x86: CheckMovMov2MovMov2 now sets "Force New Iteration" if it optimises

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2024-04-18 13:20:36 +01:00 committed by FPK
parent d5c6286852
commit d0c7838eec

View File

@ -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;