https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101615
--- Comment #5 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:3c91efec15af4f922a9af495e178bbb66d2e9d1f commit r12-2573-g3c91efec15af4f922a9af495e178bbb66d2e9d1f Author: Richard Biener <rguent...@suse.de> Date: Wed Jul 28 15:12:00 2021 +0200 tree-optimization/101615 - SLP permute opt with CTOR roots CTOR roots are not explicitely represented so we have to make sure to materialize permutes on SLP graph entries to them. 2021-07-28 Richard Biener <rguent...@suse.de> PR tree-optimization/101615 * tree-vect-slp.c (vect_optimize_slp): Materialize permutes at CTOR SLP graph entries. * gcc.dg/vect/bb-slp-pr101615-2.c: New testcase.