[Bug tree-optimization/94092] Code size and performance degradations after -ftree-loop-distribute-patterns was enabled at -O[2s]+
glisse at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 9 07:37:31 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94092
--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> ---
Does profile feedback (so we have an idea on the loop count) make any
difference? It seems clear that for a loop that in practice just copies one
long, having to arrange the arguments, make a function call, test for
alignment, etc, is a lot of overhead. What to do about it though...
More information about the Gcc-bugs
mailing list