From 82e33890906a690158199ffddf4cd8b782252a07 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 17 Oct 2013 19:44:11 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 10 ++++++++++ gcc/config/i386/sse.md | 3 +-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e1db73c24a8..dc2f1af08bac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-17 Uros Bizjak + + * config/i386/sse.md (*vec_widen_smult_even_v8si): Remove + isa attribute. + 2013-10-17 Andrew MacLeod * 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 + + * config/i386/sse.md (*vec_widen_smult_even_v8si): Remove + isa attribute. + 2013-10-17 Uros Bizjak * config/i386/i386.c (ix86_fixup_binary_operands): When both source diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 2046dd58c9b6..0c52e884eb75 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -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")]) -- 2.47.2