e9d5150739 ^
1 2 3 4 5 6
// replace muldiv64(a, 1, b) by "a / b" @@ expression a, b; @@ -muldiv64(a, 1, b) +a / b