[Bug tree-optimization/70729] Loop marked with omp simd pragma is not vectorized

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 4 14:58:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70729

--- Comment #31 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
A question is if #pragma GCC ivdep has similar guarantees/restrictions; the
documentation only disallows certain loop-carried dependencies, in particular
those that would prevent vectorization, so I think it is the same as
unspecified (== infinite) safelen on #pragma omp simd.


More information about the Gcc-bugs mailing list