* apply OptPass1Data to UDIV/SDIV as well

This commit is contained in:
florian 2025-02-09 10:41:39 +01:00
parent 09be204011
commit 6cd75b75c3

View File

@ -1520,6 +1520,8 @@ Implementation
Result:=OptPass1Shift(p);
A_AND:
Result:=OptPass1And(p);
A_UDIV,
A_SDIV,
A_NEG,
A_CSEL,
A_ADD,