Commit 972e1985 by Jakub Jelinek Committed by Jakub Jelinek

* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.

From-SVN: r258951
parent 063700a6
2018-03-29 Jakub Jelinek <jakub@redhat.com> 2018-03-29 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
PR c/85094 PR c/85094
* fold-const.c (operand_equal_p): Handle DEBUG_BEGIN_STMT. * fold-const.c (operand_equal_p): Handle DEBUG_BEGIN_STMT.
For STATEMENT_LIST, pass down OEP_LEXICOGRAPHIC and maybe For STATEMENT_LIST, pass down OEP_LEXICOGRAPHIC and maybe
......
...@@ -1138,7 +1138,7 @@ ...@@ -1138,7 +1138,7 @@
(match_operand:V48_AVX512VL 1 "register_operand" "v") (match_operand:V48_AVX512VL 1 "register_operand" "v")
(match_operand:<avx512fmaskmode> 3 "register_operand" "Yk")))] (match_operand:<avx512fmaskmode> 3 "register_operand" "Yk")))]
"TARGET_AVX512F" "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 "type" "ssemov")
(set_attr "prefix" "evex") (set_attr "prefix" "evex")
(set_attr "mode" "<sseinsnmode>")]) (set_attr "mode" "<sseinsnmode>")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment