https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68552
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Nov 27 09:01:20 2015 New Revision: 231000 URL: https://gcc.gnu.org/viewcvs?rev=231000&root=gcc&view=rev Log: PR tree-optimization/68552 * optabs.c (expand_vec_perm_1): Move vec_shr handling from here... (expand_vec_perm): ... here. Do it regardless of vec_perm_const_optab or whether v0 == v1. Modified: trunk/gcc/ChangeLog trunk/gcc/optabs.c