mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +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);
|
||||
|
||||
result:=true;
|
||||
end;
|
||||
end
|
||||
else
|
||||
result:=OptPass1OP(p);
|
||||
end;
|
||||
A_SLTIU:
|
||||
begin
|
||||
@ -673,8 +675,8 @@ implementation
|
||||
A_MULH,
|
||||
A_MULHSU,
|
||||
A_MULHU,
|
||||
A_XORI,
|
||||
A_ORI,
|
||||
A_XORI,
|
||||
A_AND,
|
||||
A_OR,
|
||||
A_XOR,
|
||||
|
Loading…
Reference in New Issue
Block a user