> +      gcc_assert (code == IFN_COND_ADD || code == IFN_COND_SUB);

I forgot to add the other IFN_CONDs here before sending.  So with

-      gcc_assert (code == IFN_COND_ADD || code == IFN_COND_SUB);
+      gcc_assert (code == IFN_COND_ADD || code == IFN_COND_SUB
+                   || code == IFN_COND_MUL || code == IFN_COND_AND
+                   || code == IFN_COND_IOR || code == IFN_COND_XOR);

on top, bootstrap and testsuites on x86, aarch64 and power10 are
unchanged.

Regards
 Robin

Reply via email to