]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Fix expansion of INDEX_op_not_vec
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 27 Jun 2019 17:34:47 +0000 (17:34 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Jul 2019 06:26:11 +0000 (08:26 +0200)
commit11978f6f58f1d3d66429f7ff897524f693d823ce
treefa5d877c4858eeded149428d8ba426f8af5fd12a
parent7ab7e9c7c791d89edda799ef1295836918efb585
tcg: Fix expansion of INDEX_op_not_vec

This operation can always be emitted, even if we need to
fall back to xor.  Adjust the assertions to match.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg-op-vec.c