* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
From-SVN: r258951
This commit is contained in:
parent
063700a6d2
commit
972e1985d4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-03-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
|
||||
|
||||
PR c/85094
|
||||
* fold-const.c (operand_equal_p): Handle DEBUG_BEGIN_STMT.
|
||||
For STATEMENT_LIST, pass down OEP_LEXICOGRAPHIC and maybe
|
||||
|
|
|
@ -1138,7 +1138,7 @@
|
|||
(match_operand:V48_AVX512VL 1 "register_operand" "v")
|
||||
(match_operand:<avx512fmaskmode> 3 "register_operand" "Yk")))]
|
||||
"TARGET_AVX512F"
|
||||
"vblendm<ssemodesuffix>\t{%2, %1, %0%{%3%}|%0%{%3%}, %1, %2}"
|
||||
"v<sseintprefix>blendm<ssemodesuffix>\t{%2, %1, %0%{%3%}|%0%{%3%}, %1, %2}"
|
||||
[(set_attr "type" "ssemov")
|
||||
(set_attr "prefix" "evex")
|
||||
(set_attr "mode" "<sseinsnmode>")])
|
||||
|
|
Loading…
Add table
Reference in a new issue