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/32375] not vectorized: can't determine dependence (array sections)



------- Comment #4 from spop at gcc dot gnu dot org  2007-10-30 17:01 -------
Subject: Re:  not vectorized: can't determine dependence (array sections)

On 1 Jul 2007 12:46:31 -0000, dorit at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> (dependence classified: scev_not_known)
>

I still see the data dependence problem, but now the loop gets
vectorized on i686-linux with "-O3 -msse2" and also with "-O2
-ftree-vectorize -msse2"

> Looks like a similar problem to PR32378:

The same with this other PR.  The testcase gets vectorized even with
the failed dependence test.

Sebastian


-- 


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


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