https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125686
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:de7756c90f3bebdf02492842ec355d7e18745e7b commit r17-1461-gde7756c90f3bebdf02492842ec355d7e18745e7b Author: Richard Biener <[email protected]> Date: Wed Jun 10 13:50:16 2026 +0200 tree-optimization/125686 - missing bits in PR125646 fix The following patches up synth_lshift_by_additions and apply_binop_and_append_stmt to set the correct vector type on the pattern stmt generated. PR tree-optimization/125686 * tree-vect-patterns.cc (synth_lshift_by_additions): Specify pattern vector type. (apply_binop_and_append_stmt): Likewise. (vect_synth_mult_by_constant): Adjust.
