]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sse.md (*vec_widen_smult_even_v8si): Remove isa attribute.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 17 Oct 2013 17:44:11 +0000 (19:44 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 17 Oct 2013 17:44:11 +0000 (19:44 +0200)
* config/i386/sse.md (*vec_widen_smult_even_v8si): Remove
isa attribute.

From-SVN: r203787

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

index 2e1db73c24a8047f7ed5298b70abc323244b725c..dc2f1af08bac805ff8b8ed51777e02c6b7f708bf 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/sse.md (*vec_widen_smult_even_v8si): Remove
+       isa attribute.
+
 2013-10-17  Andrew MacLeod  <amacleod@redhat.com>
 
        * tree-flow.h (struct omp_region): Move to omp-low.c.
        * gimplify.c: Include omp-low.h.
        * tree-parloops.c: Likewise.
 
+2013-10-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/sse.md (*vec_widen_smult_even_v8si): Remove
+       isa attribute.
+
 2013-10-17  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_fixup_binary_operands): When both source
index 2046dd58c9b60b4e4c76c939a14d79c1b04e1aaa..0c52e884eb75fbcffd980915c67b573ebc90cae2 100644 (file)
                         (const_int 4) (const_int 6)])))))]
   "TARGET_AVX2 && ix86_binary_operator_ok (MULT, V8SImode, operands)"
   "vpmuldq\t{%2, %1, %0|%0, %1, %2}"
-  [(set_attr "isa" "avx")
-   (set_attr "type" "sseimul")
+  [(set_attr "type" "sseimul")
    (set_attr "prefix_extra" "1")
    (set_attr "prefix" "vex")
    (set_attr "mode" "OI")])