[Bug tree-optimization/28868] [4.2/4.3/4.4 Regression] Not eliminating the PHIs which have the same arguments

2009-02-03 Thread bonzini at gnu dot org
--- Comment #14 from bonzini at gnu dot org 2009-02-04 07:40 --- We should make up our mind and close either this one or 23821... they are requesting exactly opposite things. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28868

[Bug tree-optimization/28868] [4.2/4.3/4.4 Regression] Not eliminating the PHIs which have the same arguments

2009-02-04 Thread rguenth at gcc dot gnu dot org
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-02-04 10:14 --- I think this is bug is a valid request for FRE to eliminate redundant PHI nodes: : # c_1 = PHI # d_2 = PHI D.1599_10 = c_1 + d_2; There are no two same PHI nodes in PR23821. I am going to fix this one.

[Bug tree-optimization/28868] [4.2/4.3/4.4 Regression] Not eliminating the PHIs which have the same arguments

2009-03-25 Thread rguenth at gcc dot gnu dot org
--- Comment #16 from rguenth at gcc dot gnu dot org 2009-03-25 13:18 --- Re-confirmed. The fix is to eliminate duplicate PHI nodes in eliminate() by copy-propagating PHI value-numbers. -- rguenth at gcc dot gnu dot org changed: What|Removed |Adde

[Bug tree-optimization/28868] [4.2/4.3/4.4 Regression] Not eliminating the PHIs which have the same arguments

2008-07-04 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2008-07-04 21:28 --- Closing 4.1 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary