Discussion:
[PATCH i386 AVX512] [71/n] [Obvious?] Remove redudant iterator attribute.
Kirill Yukhin
2014-10-09 11:39:44 UTC
Permalink
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

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")
Uros Bizjak
2014-10-09 15:43:45 UTC
Permalink
Post by Kirill Yukhin
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.

Loading...