This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273897 - in /trunk/gcc: ChangeLog config/i386/...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 30 Jul 2019 07:13:04 -0000
- Subject: r273897 - in /trunk/gcc: ChangeLog config/i386/...
Author: jakub
Date: Tue Jul 30 07:13:04 2019
New Revision: 273897
URL: https://gcc.gnu.org/viewcvs?rev=273897&root=gcc&view=rev
Log:
PR target/91150
* config/i386/i386-expand.c (expand_vec_perm_blend): Change mask type
from unsigned to unsigned HOST_WIDE_INT. For E_V64QImode cast
comparison to unsigned HOST_WIDE_INT before shifting it left.
* gcc.target/i386/avx512bw-pr91150.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr91150.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386-expand.c
trunk/gcc/testsuite/ChangeLog