https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90973
--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Wed Jun 26 06:44:58 2019 New Revision: 272671 URL: https://gcc.gnu.org/viewcvs?rev=272671&root=gcc&view=rev Log: Fix one another thinko in tree-vect-loop.c (PR tree-optimization/90973). 2019-06-26 Martin Liska <mli...@suse.cz> PR tree-optimization/90973 * tree-vect-loop.c (vect_get_known_peeling_cost): Use epilogue_cost_vec instead of prologue_cost_vec for a epilogue cost. Modified: trunk/gcc/ChangeLog trunk/gcc/tree-vect-loop.c