AVX-512. 75/n. Update vec_init.
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Fri, 17 Oct 2014 13:16:36 +0000 (13:16 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Fri, 17 Oct 2014 13:16:36 +0000 (13:16 +0000)
commitbf584ca0afc6b5d334bd4f8dc39ee7aec355815c
treecb7fe34e564c5fc7aff4806d111e2b2a80ddc93f
parentfde2c35121b2622e00896cf12475946f483a7a74
AVX-512. 75/n. Update vec_init.

gcc/
* config/i386/i386.c (ix86_expand_vector_init_duplicate): Handle V64QI
and V32HI modes, update V8HI, V16QI, V32QI modes handling.
(ix86_expand_vector_init_general): Handle V64QI and V32HI modes.
* config/i386/sse.md (define_mode_iterator VI48F_512): Rename to ...
(define_mode_iterator VF48_I1248): ... this. Extend to AVX-512 modes.
(define_expand "vec_init<mode>"): Use VF48_I1248.

Co-Authored-By: Andrey Turetskiy <andrey.turetskiy@intel.com>
Co-Authored-By: Anna Tikhonova <anna.tikhonova@intel.com>
Co-Authored-By: Ilya Tocar <ilya.tocar@intel.com>
Co-Authored-By: Ilya Verbin <ilya.verbin@intel.com>
Co-Authored-By: Kirill Yukhin <kirill.yukhin@intel.com>
Co-Authored-By: Maxim Kuznetsov <maxim.kuznetsov@intel.com>
Co-Authored-By: Michael Zolotukhin <michael.v.zolotukhin@intel.com>
From-SVN: r216401
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sse.md