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
253603
Folded i64 comparisons should return i32 in WasmBBQJIT
https://bugs.webkit.org/show_bug.cgi?id=253603
Summary
Folded i64 comparisons should return i32 in WasmBBQJIT
David Degazio
Reported
2023-03-08 14:12:15 PST
rdar://106419423
i64 comparisons (both equality and relational ops) that get constant folded in BBQ JIT will result in i64-typed constants instead of i32 ones. This can cause us to fail validation or assertions in debug builds.
Attachments
Add attachment
proposed patch, testcase, etc.
David Degazio
Comment 1
2023-03-08 14:32:22 PST
Pull request:
https://github.com/WebKit/WebKit/pull/11257
EWS
Comment 2
2023-03-09 08:42:35 PST
Committed
261438@main
(fb8b78d340d5): <
https://commits.webkit.org/261438@main
> Reviewed commits have been landed. Closing PR #11257 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