diff mbox

[i386,AVX512,71/n,Obvious?] Remove redudant iterator attribute.

Message ID 20141009113942.GH25028@msticlxl57.ims.intel.com
State New
Headers show

Commit Message

Kirill Yukhin Oct. 9, 2014, 11:39 a.m. UTC
Hello,
This obvious patch removes redundant iterator attribute

Bootstrapped.

Is it ok for trunk?

gcc/
	* config/i386/sse.md (define_mode_attr avx2_avx512f): Remove.
--
Thanks, K

Comments

Uros Bizjak Oct. 9, 2014, 3:43 p.m. UTC | #1
On Thu, Oct 9, 2014 at 1:39 PM, Kirill Yukhin <kirill.yukhin@gmail.com> wrote:
> Hello,
> This obvious patch removes redundant iterator attribute
>
> Bootstrapped.
>
> Is it ok for trunk?
>
> gcc/
>         * config/i386/sse.md (define_mode_attr avx2_avx512f): Remove.

OK.

Thanks,
Uros.
diff mbox

Patch

diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md
index a833cd9..cf415c3 100644
--- a/gcc/config/i386/sse.md
+++ b/gcc/config/i386/sse.md
@@ -451,12 +451,6 @@ 
    (V4SI "vec") (V8SI "avx2")
    (V2DI "vec") (V4DI "avx2")])
 
-(define_mode_attr avx2_avx512f
-  [(V4SI "avx2") (V8SI "avx2") (V16SI "avx512f")
-   (V2DI "avx2") (V4DI "avx2") (V8DI "avx512f")
-   (V8SF "avx2") (V16SF "avx512f")
-   (V4DF "avx2") (V8DF "avx512f")])
-
 (define_mode_attr avx2_avx512
   [(V4SI "avx2") (V8SI "avx2") (V16SI "avx512f")
    (V2DI "avx2") (V4DI "avx2") (V8DI "avx512f")