https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97028

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:55cd12c65ffa1e7c0bb36fd398f178d5d15d660f

commit r10-8765-g55cd12c65ffa1e7c0bb36fd398f178d5d15d660f
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)

Reply via email to