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