mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 01:39:28 +02:00
* apply OptPass1OP to SLT/SLTU as well
This commit is contained in:
parent
3b7d9956ca
commit
64e87c87bc
@ -607,7 +607,9 @@ implementation
|
|||||||
RemoveInstr(p);
|
RemoveInstr(p);
|
||||||
|
|
||||||
result:=true;
|
result:=true;
|
||||||
end;
|
end
|
||||||
|
else
|
||||||
|
result:=OptPass1OP(p);
|
||||||
end;
|
end;
|
||||||
A_SLTIU:
|
A_SLTIU:
|
||||||
begin
|
begin
|
||||||
@ -673,8 +675,8 @@ implementation
|
|||||||
A_MULH,
|
A_MULH,
|
||||||
A_MULHSU,
|
A_MULHSU,
|
||||||
A_MULHU,
|
A_MULHU,
|
||||||
A_XORI,
|
|
||||||
A_ORI,
|
A_ORI,
|
||||||
|
A_XORI,
|
||||||
A_AND,
|
A_AND,
|
||||||
A_OR,
|
A_OR,
|
||||||
A_XOR,
|
A_XOR,
|
||||||
|
Loading…
Reference in New Issue
Block a user