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 3/3] Loop flattening on loop-SSA.


On Mon, Nov 15, 2010 at 17:04, Richard Guenther
<richard.guenther@gmail.com> wrote:
> Oh, so you're not removing the loop you are applying to (flattening it to its
> superloop) but flattening all subloops in loop.
>

Right.

> Well. ?Then there's indeed no suitable order for you (there's no
> LI_FROM_OUTERMOST which would then make sense).
>
> Which means that IMHO it makes sense to only apply flattening
> to parents of innermost loops (which is what I tried to suggest).
>
> Any benchmark results yet?

Not yet.  I haven't run the spec with loop flattening on.

Sebastian


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