RESOLVED FIXED269744
[WASM] Extend isPowerOfTwo(divisor) to isPowerOfTwo(abs(divisor)) in BBQJIT::emitModOrDiv
https://bugs.webkit.org/show_bug.cgi?id=269744
Summary [WASM] Extend isPowerOfTwo(divisor) to isPowerOfTwo(abs(divisor)) in BBQJIT::...
Yijia Huang
Reported 2024-02-19 13:21:47 PST
...
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-26 13:22:25 PST
Sergey Rubanov
Comment 2 2026-07-15 04:39:16 PDT
PR: https://github.com/WebKit/WebKit/pull/69474 BBQ now strength-reduces signed div/rem by negative power-of-two constants using |divisor|, with a final negate for div_s
EWS
Comment 3 2026-07-16 07:31:56 PDT
Committed 317309@main (bccb52eace5b): <https://commits.webkit.org/317309@main> Reviewed commits have been landed. Closing PR #69474 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.