WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
196365
B3 peephole optimizations for Mul should treat left shifts like multiplications
https://bugs.webkit.org/show_bug.cgi?id=196365
Summary
B3 peephole optimizations for Mul should treat left shifts like multiplications
Robin Morisset
Reported
2019-03-28 12:30:06 PDT
So for example Mul(Shl(x, c1), c2) => Mul(x, 2**c1 * c2)
Attachments
Add attachment
proposed patch, testcase, etc.
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