]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix ICE for vpexpand*.
authorliuhongt <hongtao.liu@intel.com>
Wed, 28 Apr 2021 06:52:59 +0000 (14:52 +0800)
committerliuhongt <hongtao.liu@intel.com>
Tue, 22 Jun 2021 01:34:47 +0000 (09:34 +0800)
commitb6efffa552cee6a20a58c91e5f41466c5715d73d
tree46b4eef0150046294b84a42ebcbcae0c02206807
parent2f080224cfa9de0e215324c6ac242d6ee3f27172
Fix ICE for vpexpand*.

gcc/ChangeLog

PR target/100310
* config/i386/i386-expand.c
(ix86_expand_special_args_builtin): Keep constm1_operand only
if it satisfies insn's operand predicate.

gcc/testsuite/ChangeLog

PR target/100310
* gcc.target/i386/pr100310.c: New test.
gcc/config/i386/i386-expand.c
gcc/testsuite/gcc.target/i386/pr100310.c [new file with mode: 0644]