------- Comment #6 from irar at il dot ibm dot com  2008-02-07 10:53 -------
(In reply to comment #2)
> Yes the loop is vectorized. 
...
> Eyal.cpp:34: note: created 9 versioning for alias checks.
> Eyal.cpp:34: note: LOOP VECTORIZED.(get_loop_exit_condition 

The vectorizer created runtime checks to verify that there is no data
dependence in the loop, i.e., if the data references do alias, the vector
version is skipped and the scalar version of the loop is performed.


-- 


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

Reply via email to