Bug 196364
| Summary: | B3 should reduce sequences of additions and subtractions to multiplications when possible | ||
|---|---|---|---|
| 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
E.g. Add(x, Mul(x, y)) => Mul (x, y+1)
And all variants.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |