sse.md (*vec_widen_smult_even_v8si): Remove isa attribute.

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

From-SVN: r203787
This commit is contained in:
Uros Bizjak 2013-10-17 19:44:11 +02:00 committed by Uros Bizjak
parent 0645c1a22d
commit 82e3389090
2 changed files with 11 additions and 2 deletions

View 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.
@ -17,6 +22,11 @@
* 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

View File

@ -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")])