Currently, we always follow a LLInt comparison instructions with an `and with 1` mask. This is completely unnecessary because the LLInt comparison instructions already always produce a 1 or a 0. Hence, the `and with 1` mask is effectively a no-op. This patch removes this unnecessary masking.
<rdar://problem/105063662>
Pull request: https://github.com/WebKit/WebKit/pull/9666
Committed 259882@main (9354d948240f): <https://commits.webkit.org/259882@main> Reviewed commits have been landed. Closing PR #9666 and removing active labels.