------- Comment #16 from amacleod at redhat dot com 2008-09-17 14:48 ------- Created an attachment (id=16345) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16345&action=view) Potential patch #2
This is the other option, eliminate dead PHIs. compiling all of GCC .c files at -O3, it finds a total of 12 instances of dead phis, and 3 of those were "extra" ones made dead by elimination of the original dead PHI. This patch has not yet been bootstrapped and fully tested, its ongoing now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37102