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] Copy rename flag


On Mon, 2004-03-01 at 12:56, Diego Novillo wrote:
> On Mon, 2004-03-01 at 12:47, Andrew MacLeod wrote:
> 
> > Any obvious problems before I check this in?
> > 
> Only that common.opt should be sorted by option name.  -ftree-copyrename
> should be after ftree-combine-temps.
> 
Ah, at first I thought that, but I saw:

ftree-loop-optimize
Common
Enable loop optimizations on trees

ftree-sra
Common
Perform scalar replacement of aggregates

ftree-points-to=
Common Joined RejectNegative

ftree-pre
Common
Enable SSA-PRE optimization on trees

ftree-sra
Common
Perform scalar replacement of aggregates

ftree-ter
Common
Replace temporary expressions in the SSA->normal pass

just above where I was, so figured it didint matter...   Turns out SRA
is in there twice, I'll also remove the first occurence of SRA since its
in the wrong place

Andrew


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