x86: fix vgf2p8affine*qb insns
authorJan Beulich <jbeulich@suse.com>
Fri, 28 Jun 2019 13:19:51 +0000 (13:19 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Fri, 28 Jun 2019 13:19:51 +0000 (13:19 +0000)
commitc0569d342ca43a2e90f1fd823dada3364705e5a9
tree8706fa08cc3fc99cf86aa5f4cd8ad453f04534e6
parent807c3ab51dfdd010dafa6c3ce5083f86d251e62c
x86: fix vgf2p8affine*qb insns

The affine transformations are not commutative (the two source operands
have entirely different meaning).

Also the nonimmediate_operand predicate can better be vector_operand.

From-SVN: r272783
gcc/ChangeLog
gcc/config/i386/sse.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/gfni-5.c [new file with mode: 0644]