https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98833
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So the options are either to restrict the new define_insn_and_split to !TARGET_XOP, or split into something different when TARGET_XOP. Seems it is only for the 128-bit comparisons...