Cmm: constant folding `quotRem x 2^N`
`quot` and `rem` are implemented efficiently when the second argument is a constant power of 2. This patch uses the same implementations for `quotRem` primop.
Showing
Please register or sign in to comment