Re: [gSoc] [graphite] general plan for Automatic parallelization in Graphite

2009-04-23 Thread Tobias Grosser
Hi Alex, On Wed, 2009-04-22 at 08:19 -0700, Alex Turjan wrote: > Are there any plans to move the partial unrolling phase from > RTL to Tree-SSA? > The move would benefit from better (or easier to implement) Tree-SSA alias > analysis. We thought about loop unrolling in graphite. It seems to be a

Re: [gSoc] [graphite] general plan for Automatic parallelization in Graphite

2009-04-22 Thread Alex Turjan
Are there any plans to move the partial unrolling phase from RTL to Tree-SSA? The move would benefit from better (or easier to implement) Tree-SSA alias analysis. Alex > > > > > --- On Wed, 4/22/09, Li Feng > wrote: > > > From: Li Feng > > Subject: [gSoc] [graphite] general plan for Auto