b70670b69f
`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the compressor rather than codegen.
`x * (y * z)` ==> `x * y * z` -- the better place to do this is in the compressor rather than codegen.