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
Note You need to log in before you can comment on or make changes to this bug.