* apply OptPass1OP to SLT/SLTU as well

This commit is contained in:
florian 2024-12-28 23:37:58 +01:00
parent 3b7d9956ca
commit 64e87c87bc

View File

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