Bug 196364

Summary: B3 should reduce sequences of additions and subtractions to multiplications when possible
Product: WebKit Reporter: Robin Morisset <rmorisset>
Component: JavaScriptCoreAssignee: 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
Reported 2019-03-28 12:28:34 PDT
E.g. Add(x, Mul(x, y)) => Mul (x, y+1) And all variants.
Attachments
Note You need to log in before you can comment on or make changes to this bug.