Re: [patch, vectorizer] Fix PR tree-optimization/48765

2011-04-28 Thread Ira Rosen
gcc-patches-ow...@gcc.gnu.org wrote on 28/04/2011 03:42:01 PM: > > > Hi, > > Sometimes loop vectorization factor changes during the analysis, while > statement analysis depends on it. This patch moves the update of the > vectorization before statements, avoiding current difference between the >

[patch, vectorizer] Fix PR tree-optimization/48765

2011-04-28 Thread Ira Rosen
Hi, Sometimes loop vectorization factor changes during the analysis, while statement analysis depends on it. This patch moves the update of the vectorization before statements, avoiding current difference between the analysis and the transformations phases that caused the problem described in the