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 8/8] New pass: loop flattening.


On Thu, Sep 09, 2010 at 02:30:06PM -0500, Sebastian Pop wrote:
> This patch implements a loop flattening pass that has been described
> in a very Fortran specific way in the 1992 paper by Reinhard von
> Hanxleden and Ken Kennedy: "Relaxing SIMD Control Flow Constraints
> using Loop Transformations":
> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.54.5033

Could you please insert a reference or short blurb about the paper in
the file itself?  It's always helpful to have some idea of where an
optimization is coming from.

-Nathan


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