Closed dplassgit closed 2 years ago
Not sure where this could be done
It could be like the inc/dec optimizer:
temp1 = i + constant1 temp2 = temp1 + constant2
becomes
temp2 = i + (constant1 + constant2)
Not sure where this could be done