* config/i386/sse.md (<avx512>_blendm<mode>): Use <sseintprefix>.
authorJakub Jelinek <jakub@redhat.com>
Thu, 29 Mar 2018 10:38:51 +0000 (12:38 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 29 Mar 2018 10:38:51 +0000 (12:38 +0200)
From-SVN: r258951

gcc/ChangeLog
gcc/config/i386/sse.md

index ac31ed700c26aa4e6fd4ad0823c41a567d134bc9..45542ecf9bea2c2b856c2c2dd7cdfd66dd7e8cec 100644 (file)
@@ -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
index bd287322252097c32be391f5bf40259bfdbc9613..795d08a87a7c889fed5998026c85b9a7f427c39d 100644 (file)
          (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>")])