RESOLVED FIXED Bug 134739
[ftlopt] Move Flush(SetLocal) store elimination to StrengthReductionPhase
https://bugs.webkit.org/show_bug.cgi?id=134739
Summary [ftlopt] Move Flush(SetLocal) store elimination to StrengthReductionPhase
Filip Pizlo
Reported 2014-07-08 12:41:56 PDT
I'm going to streamline CSE around clobberize(), and so Flush(SetLocal) store elimination wouldn't belong anymore. It doesn't quite belong anywhere, which means that it belongs in StrengthReductionPhase.
Attachments
the patch (8.53 KB, patch)
2014-07-08 12:50 PDT, Filip Pizlo
no flags
the patch (9.95 KB, patch)
2014-07-08 13:25 PDT, Filip Pizlo
no flags
the patch (9.83 KB, patch)
2014-07-08 20:35 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2014-07-08 12:50:50 PDT
Created attachment 234584 [details] the patch Not yet ready for review because I'm still testing it
Filip Pizlo
Comment 2 2014-07-08 13:25:59 PDT
Created attachment 234588 [details] the patch
Filip Pizlo
Comment 3 2014-07-08 20:35:31 PDT
Created attachment 234614 [details] the patch
Mark Hahnenberg
Comment 4 2014-07-09 10:50:18 PDT
Comment on attachment 234614 [details] the patch r=me
Filip Pizlo
Comment 5 2014-07-09 14:17:12 PDT
Note You need to log in before you can comment on or make changes to this bug.