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 #5 from spop at gcc dot gnu dot org  2007-10-30 17:36 -------
Subject: Re:  not vectorized: can't determine dependence (array sections)

> The testcase gets vectorized even with the failed dependence test.
>

This is okay.  The test for non-dependence is added to the run-time
condition with which we version the code.  We call the function
vect_mark_for_runtime_alias_test instead of failing because of the
undetermined 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]