diff mbox

[i386] : Remove unneeded isa attribute from *vec_widen_smult_even_v8si

Message ID CAFULd4b2OeuRKx3TxC5LTTB+6n5+iu3EozaoC8acWaoPbVb4jA@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Oct. 17, 2013, 5:46 p.m. UTC
Hello!

The isa attribute is not needed since we already constrainted insn
with TARGET_AVX2.

2013-10-17  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/sse.md (*vec_widen_smult_even_v8si): Remove
    isa attribute.

Tested on x86_64-pc-linux-gnu {,-m32} and committed to mainline SVN.

Uros.
diff mbox

Patch

Index: config/i386/sse.md
===================================================================
--- config/i386/sse.md	(revision 203770)
+++ config/i386/sse.md	(working copy)
@@ -6168,8 +6168,7 @@ 
 			 (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")])