WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
196364
B3 should reduce sequences of additions and subtractions to multiplications when possible
https://bugs.webkit.org/show_bug.cgi?id=196364
Summary
B3 should reduce sequences of additions and subtractions to multiplications w...
Robin Morisset
Reported
2019-03-28 12:28:34 PDT
E.g. Add(x, Mul(x, y)) => Mul (x, y+1) And all variants.
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