rdar://108073980 BBQ JIT currently has special instruction selection when dividing by a power of two - it'll try and use a mask or a shift. However, these operations need a bit of extra help if the dividend is a negative integer, and the current implementation is incorrect, sometimes yielding incorrect results.
Pull request: https://github.com/WebKit/WebKit/pull/13698
Committed 263925@main (acb670a0a6d0): <https://commits.webkit.org/263925@main> Reviewed commits have been landed. Closing PR #13698 and removing active labels.