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: [PATCH] Fix make_rename_temp to work at -O0


On Wed, Jul 14, 2004 at 09:30:39AM -0400, Diego Novillo wrote:
> I'd do it earlier, but right now it assumes that we are in SSA form. 

Only in how temps are created.  See earlier in this argument.

I personally think it makes most sense to do this lowering 
before the cfg since (1) we don't care about blocks, and 
iterating over a single unified stmt list is easy and (2)
we create new blocks, which we then have to play games to
update the cfg.


r~


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