[Bug c++/35117] Vectorization on power PC
irar at il dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Thu Feb 7 10:54:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list