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: [tree-ssa] Fix SSA-DCE tree dumps



On Fri, 27 Sep 2002, Diego Novillo wrote:

> On Fri, 27 Sep 2002, Steven Bosscher wrote:
> 
> > 2002-09-27  Steven Bosscher  <s.bosscher@student.tudelft.nl>
> > 	* tree-ssa-dce (tree_ssa_eliminate_dead_code):
> > 	Initialize prev to NULL_TREE. Don't close dump_file
> > 	until end of function. Dump the the tree after DCE
> > 	for -fdump-tree-dce
> > 
> Thanks.  This is OK.  I notice that DCE is completely broken now.
It always, well, was.
:)
After I finish the SSA update stuff in PRE (Only strength reduction 
updates need to be added), then adding copy propagation to PRE, i can look 
at DCE.
If you don't get to it first, that is.
> Oh, well.  Can you commit patches or would you want me to commit
> it for you?
> 
> 
> Diego.
> 


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