Bug 152163

Summary: B3 should turn LessThan(Shr(@x, @const1), @const2) into LessThan(@x, @const2 << @const1) whenever possible
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: rmorisset
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 152106, 196361    

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.