Bug 162796

Summary: Air::fixObviousSpills() should be able to optimize constant materialization followed by offset address
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 162764    
Bug Blocks:    

Filip Pizlo
Reported 2016-09-30 11:28:53 PDT
We may sometimes end up with code like this: Move $0x123412341234, %rax Move 0x1234(%rax), blah We should just materialize the right constant in these cases.
Attachments
Note You need to log in before you can comment on or make changes to this bug.