B3 should turn LessThan(Shr(@x, @const1), @const2) into LessThan(@x, @const2 << @const1) whenever possible
https://bugs.webkit.org/show_bug.cgi?id=152163
Summary B3 should turn LessThan(Shr(@x, @const1), @const2) into LessThan(@x, @const2 ...
Filip Pizlo
Reported 2015-12-10 18:57:30 PST
This will help simplify array bounds checks in asm.js code.
Attachments
Note You need to log in before you can comment on or make changes to this bug.