https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118407
--- Comment #18 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> --- (In reply to Tamar Christina from comment #17) > Thanks, so I think the cases that won't work for Arm are: > > MVE: since vector cbranch doesn't exist for it. > Soft/SoftFP: since the target supports fail in the vectorizer. > > So I think probably you need a check on hard_float && !arm_mve on the arm > check. I sent a revised patch: https://gcc.gnu.org/pipermail/gcc-patches/2026-July/724007.html
