WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 152163
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
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