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