[Bug target/88547] missed optimization for vector comparisons
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 20 07:58:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88547
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Dec 20 07:58:02 2018
New Revision: 267293
URL: https://gcc.gnu.org/viewcvs?rev=267293&root=gcc&view=rev
Log:
PR target/88547
* config/i386/i386.c (ix86_expand_sse_movcc): For maskcmp, try to
emit vpmovm2? instruction perhaps after knot?. Reorganize code
so that it doesn't have to test !maskcmp in almost every conditional.
* gcc.target/i386/pr88547-1.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/pr88547-1.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list