NEW162796
Air::fixObviousSpills() should be able to optimize constant materialization followed by offset address
https://bugs.webkit.org/show_bug.cgi?id=162796
Summary Air::fixObviousSpills() should be able to optimize constant materialization f...
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.