WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
251769
Remove unnecessary masking after wasm LLInt comparison instructions.
https://bugs.webkit.org/show_bug.cgi?id=251769
Summary
Remove unnecessary masking after wasm LLInt comparison instructions.
Mark Lam
Reported
2023-02-05 17:41:25 PST
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
Comment 1
2023-02-05 17:41:49 PST
<
rdar://problem/105063662
>
Mark Lam
Comment 2
2023-02-05 17:48:29 PST
Pull request:
https://github.com/WebKit/WebKit/pull/9666
EWS
Comment 3
2023-02-06 01:15:50 PST
Committed
259882@main
(9354d948240f): <
https://commits.webkit.org/259882@main
> Reviewed commits have been landed. Closing PR #9666 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug