]> gcc.gnu.org Git - gcc.git/commit
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 08:23:16 +0000 (10:23 +0200)
commitd0a094ce39fc49681b0d5cfd2ee1d232859c4824
treebd32e579b19fe5a69c013835fc40295abed75e0c
parentce74ad2f0f211533bc524cf2ce6e58ba7928bfee
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.

(cherry picked from commit 0f079e104a8d1994b6b47169a6b45737615eb2d7)
gcc/config/i386/sse.md
gcc/testsuite/gcc.target/i386/avx512f-pr97028.c [new file with mode: 0644]
This page took 0.054381 seconds and 5 git commands to generate.