https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107336
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>: https://gcc.gnu.org/g:5076eefe23b96279e34351a2a044858bae3251ae commit r10-11052-g5076eefe23b96279e34351a2a044858bae3251ae Author: Eric Botcazou <ebotca...@adacore.com> Date: Fri Oct 21 15:46:37 2022 +0200 Fix VCOND expansion Instead of only allowing the signed optab to provide EQ/NE compares, we allow both here since there seems to be no documented canonicalization. gcc/ PR target/107336 * optabs.c (expand_vec_cond_expr): Query both VCOND and VCONDU for EQ and NE.