Re: [patch] Fix PR tree-optimization/50412

2011-09-23 Thread Richard Guenther
On Sun, Sep 18, 2011 at 11:00 AM, Ira Rosen wrote: > Hi, > > Strided accesses of single element or with gaps may require creation > of epilogue loop. At the moment we don't support peeling for outer > loops, therefore, we should not allow such strided accesses in outer > loops. > > Bootstrapped an

[patch] Fix PR tree-optimization/50412

2011-09-18 Thread Ira Rosen
Hi, Strided accesses of single element or with gaps may require creation of epilogue loop. At the moment we don't support peeling for outer loops, therefore, we should not allow such strided accesses in outer loops. Bootstrapped and tested on powerpc64-suse-linux. Committed to trunk. Now testing