Bug 196368
Summary: | B3 should reduce CheckMul(x, -1) to CheckSub(0, x) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robin Morisset <rmorisset> |
Component: | JavaScriptCore | Assignee: | Robin Morisset <rmorisset> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 196361 |
Robin Morisset
Would require some convertToSub function, similar to the current convertToAdd
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |