[Bug tree-optimization/84777] -Os inhibits all vectorization
rguenther at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Mar 9 12:02:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84777
--- Comment #5 from rguenther at suse dot de <rguenther at suse dot de> ---
On Fri, 9 Mar 2018, linux at carewolf dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84777
>
> --- Comment #4 from Allan Jensen <linux at carewolf dot com> ---
> I will try the patch. I just tried -fopt-info-vec-missed and the message
> reported for every loop was:
>
> note: not vectorized: latch block not empty.
> note: bad loop form.
Yeah, that's the effect for while () / for () style loops that haven't
been transformed to do {} while () style by loop header copying.
More information about the Gcc-bugs
mailing list