Callers of add32() and other 32-bit arithmetic ops rely on the fact that the destination register is zero-extended. The optimizations in r192409 broke this feature, and this causes crashes on some obscure code.
rdar://problem/24289839
I tried writing a test, but actually hitting this issue is sooooper hard.
Landed in http://trac.webkit.org/changeset/196152