This is the mail archive of the gcc-patches@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]

Re: [lno, tree-ssa] Fix kill_redundant_phi_nodes


On Thu, 2004-05-20 at 14:22, Zdenek Dvorak wrote:

> yes, most of the time.  It is not hard to create an example where the
> propagation done by DOM won't be sufficient, but they are a bit
> artificial.  Removing the iteration from kill_redundant_phi_nodes it
> probably would not hurt much (but given that it does not cost us almost
> anything anyway, I don't see much reasons for it).
> 
I mean to remove *all* of kill_redundant_phi_nodes, actually.  If you
can give me a test case that cannot possibly be handled by the
propagation we already do, I'll appreciate it.


Thanks.  Diego.


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