Re: Loops no longer vectorized

2010-06-01 Thread Dominique Dhumieres
Ira, Thanks for the answer. > The loop that got vectorized in the older revision is another loop > associated with the same source code line: Upon further investigation this loops is likely related to a temporary that have been removed in recent versions. Using the older revision with -Warray-te

Re: Loops no longer vectorized

2010-05-30 Thread Ira Rosen
gcc-ow...@gcc.gnu.org wrote on 28/05/2010 03:52:30 PM: > Hi, > > I just noticed today that (implicit) loops of the kind > > xmin = minval(nodes(1,inductor_number(1:number_of_nodes))) > > (lines 5057 to 5062 of the polyhedron test induct.f90) are no longer > vectorized (the change occurre

Loops no longer vectorized

2010-05-28 Thread Dominique Dhumieres
Hi, I just noticed today that (implicit) loops of the kind xmin = minval(nodes(1,inductor_number(1:number_of_nodes))) (lines 5057 to 5062 of the polyhedron test induct.f90) are no longer vectorized (the change occurred between revisions 158215 and 158921). With -ftree-vectorizer-verbose=