https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101264
--- Comment #3 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:39da8a7ba9a3a643e6318a5534d5d7c85a3bedfa commit r12-1926-g39da8a7ba9a3a643e6318a5534d5d7c85a3bedfa Author: Richard Biener <rguent...@suse.de> Date: Wed Jun 30 09:48:37 2021 +0200 tree-optimization/101264 - rework SLP "any" permute forward prop This integrates the forward propagation of SLP "any" permutes into the main propagation stage as a separate single-pass propagation didn't work out. 2021-06-30 Richard Biener <rguent...@suse.de> PR tree-optimization/101264 * tree-vect-slp.c (vect_optimize_slp): Propagate the computed perm_in to all "any" permute successors we cannot de-duplicate immediately. * gfortran.dg/pr101264.f90: New testcase.