https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97486
--- Comment #2 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:361c378dda1f17435ecc364ab246978784df2482 commit r11-4068-g361c378dda1f17435ecc364ab246978784df2482 Author: Richard Biener <rguent...@suse.de> Date: Mon Oct 19 11:30:46 2020 +0200 tree-optimization/97486 - avoid edge insertion in SLP vectorizing This avoids edge inserting and eventual splitting during BB SLP vectorization for now. 2020-10-19 Richard Biener <rguent...@suse.de> PR tree-optimization/97486 * tree-vect-slp.c (vect_slp_function): Split after stmts ending a BB. * gcc.dg/vect/bb-slp-pr97486.c: New testcase.