This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/19049] not vectorizing a fortran loop


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19049

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-07-09 07:42:10         |2010-11-09
                 CC|                            |tkoenig at gcc dot gnu.org
      Known to fail|                            |4.6.0

--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2010-11-09 20:07:30 UTC ---
Still working on this?

$ gfortran -S -O3 -ftree-vectorizer-verbose=8 vect.f

vect.f:9: note: not vectorized: inner-loop count not invariant.
vect.f:10: note: Detected single element interleaving *a_107(D)[D.1623_106]
step 8
vect.f:10: note: Detected single element interleaving *b_111(D)[D.1620_110]
step 8
vect.f:10: note: not vectorized: complicated access pattern.
vect.f:1: note: vectorized 0 loops in function.


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