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: | JavaScriptCore | Assignee: | 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
This will help simplify array bounds checks in asm.js code.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |