https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103800
--- 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:88e861655b3e59bc982ba22cd6e2e7348efae866 commit r12-6211-g88e861655b3e59bc982ba22cd6e2e7348efae866 Author: Richard Biener <rguent...@suse.de> Date: Tue Jan 4 15:49:50 2022 +0100 tree-optimization/103800 - sanity check more PHI vectorization Bool pattern detection doesn't really handle PHIs well so we have to be prepared for mismatched vector types in more cases than originally thought. 2022-01-04 Richard Biener <rguent...@suse.de> PR tree-optimization/103800 * tree-vect-loop.c (vectorizable_phi): Remove assert and expand comment. * gcc.dg/vect/bb-slp-pr103800.c: New testcase.