Add optimization from x < 0 || x > POSITIVE_CONST
to unsigned(x) > POSITIVE_CONST
#6999
Loading
x < 0 || x > POSITIVE_CONST
to unsigned(x) > POSITIVE_CONST
#6999