https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98308
--- 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:9e79d76a16c56df0f838b9aede69c0a158203f56 commit r11-6444-g9e79d76a16c56df0f838b9aede69c0a158203f56 Author: Richard Biener <rguent...@suse.de> Date: Mon Jan 4 13:25:35 2021 +0100 tree-optimization/98308 - set vector type for mask of masked load This makes sure to set the vector type on an invariant mask argument for a masked load and SLP. 2021-01-04 Richard Biener <rguent...@suse.de> PR tree-optimization/98308 * tree-vect-stmts.c (vectorizable_load): Set invariant mask SLP vectype. * gcc.dg/vect/pr98308.c: New testcase.