In https://commits.webkit.org/269608@main, we added a peephole optimization to reduce shifts to moves if the shift amount is 0. However, this is only correct if shift instructions are never used indirectly to zero out the upper 32-bits of the register. It turns out that the JIT backends do rely on shifts to zero out the upper 32-bits.
<rdar://problem/117475957>
Pull request: https://github.com/WebKit/WebKit/pull/19543
Committed 269785@main (748f4d4620ab): <https://commits.webkit.org/269785@main> Reviewed commits have been landed. Closing PR #19543 and removing active labels.