You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasm: Better codegen for Long shifts with constant right-hand-side.
In our IR, the rhs of Long shifts is an Int, but in Wasm it must be
a Long as well. In the common-case where the rhs is a constant, we
now constant-fold the extension to 64 bits.
0 commit comments