Bug 251769
| Summary: | Remove unnecessary masking after wasm LLInt comparison instructions. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105063662>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/9666
EWS
Committed 259882@main (9354d948240f): <https://commits.webkit.org/259882@main>
Reviewed commits have been landed. Closing PR #9666 and removing active labels.