https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101021
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:681143b9b94d7f1c88a7c34e2250865c31191959 commit r12-1413-g681143b9b94d7f1c88a7c34e2250865c31191959 Author: Uros Bizjak <ubiz...@gmail.com> Date: Sun Jun 13 21:50:51 2021 +0200 i386: Improve variable permutation insn avoidance [PR101021] Emit constant permutation insn directly from expand_vec_perm_shufb. 2021-06-13 Uroš Bizjak <ubiz...@gmail.com> gcc/ PR target/101021 * config/i386/i386-expand.c (expand_vec_perm_pshufb): Emit constant permutation insn directly from here.