https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:d0a094ce39fc49681b0d5cfd2ee1d232859c4824 commit r9-8871-gd0a094ce39fc49681b0d5cfd2ee1d232859c4824 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Sep 15 09:37:48 2020 +0200 i386: Fix up vector mul and div with broadcasts in -masm=intel mode These patterns printed bogus <>s around the {1to16} and similar strings. 2020-09-15 Jakub Jelinek <ja...@redhat.com> PR target/97028 * config/i386/sse.md (mul<mode>3<mask_name>_bcs, <avx512>_div<mode>3<mask_name>_bcst): Use <avx512bcst> instead of <<avx512bcst>>. * gcc.target/i386/avx512f-pr97028.c: Untested fix. (cherry picked from commit 0f079e104a8d1994b6b47169a6b45737615eb2d7)