[Bug tree-optimization/83518] [8 Regression] Missing optimization: useless instructions should be dropped
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 5 16:33:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83518
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We do vectorize this and thus not unroll it since r253975.
With -O3 -fno-vect-cost-model we've generated what GCC 8 emits or something
similar for many years, including 4.4+ (r140264 already shows this behavior).
More information about the Gcc-bugs
mailing list