https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97020
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:8d3767c30240c901a493d82d9d20f306b2f0152d commit r11-3148-g8d3767c30240c901a493d82d9d20f306b2f0152d Author: Richard Biener <rguent...@suse.de> Date: Fri Sep 11 13:51:58 2020 +0200 tree-optimization/97020 - account SLP cost in loop vect again The previous re-org made the cost of SLP vector stmts in loop vectorization ignored. The following rectifies this mistake. 2020-09-11 Richard Biener <rguent...@suse.de> PR tree-optimization/97020 * tree-vect-slp.c (vect_slp_analyze_operations): Apply SLP costs when doing loop vectorization.