This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/15459] [meta-bug] there should be a tree combiner like the rtl one


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |pinskia at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-12 04:28:50 UTC ---
tree-ssa-forwprop is becoming one but slowly.  In the next few months, I am
going to take what is done in fold-const and port them to forwprop.  I already
posted one of them: http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00945.html .

I will try to work on the rest and more.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]