i386: Fix up vector mul and div with broadcasts in -masm=intel mode
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Sep 2020 07:37:48 +0000 (09:37 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Sep 2020 07:39:38 +0000 (09:39 +0200)
commit0f079e104a8d1994b6b47169a6b45737615eb2d7
tree75349a71ae0b551ae8b099dc9947e84ca29d6965
parent972da557463ec946a31577294764a186b9821012
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  <jakub@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.
gcc/config/i386/sse.md
gcc/testsuite/gcc.target/i386/avx512f-pr97028.c [new file with mode: 0644]