https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95271
--- 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:c0e27f72358794692e367363940c6383e9ad1e45 commit r11-608-gc0e27f72358794692e367363940c6383e9ad1e45 Author: Richard Biener <rguent...@suse.de> Date: Mon May 25 10:36:39 2020 +0200 tree-optimization/95271 - fix bswap vectorization invariant SLP type This properly updates invariant SLP nodes vector types for bswap vectorization. 2020-05-25 Richard Biener <rguent...@suse.de> PR tree-optimization/95271 * tree-vect-stmts.c (vectorizable_bswap): Update invariant SLP children vector type. (vectorizable_call): Pass down slp ops. * gcc.dg/vect/bb-slp-pr95271.c: New testcase.