https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95356
--- 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:764ef40ba185ef9245a209ba9260d1e50bec6934 commit r11-658-g764ef40ba185ef9245a209ba9260d1e50bec6934 Author: Richard Biener <rguent...@suse.de> Date: Wed May 27 11:42:35 2020 +0200 tree-optimization/95356 - fix vectorizable_shift vector types This makes sure to always use the same vector type for the shift operand as for the shifted operand. 2020-05-27 Richard Biener <rguent...@suse.de> PR tree-optimization/95356 * tree-vect-stmts.c (vectorizable_shift): Adjust vector type for the shift operand.