https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118407

--- Comment #17 from Tamar Christina <tnfchris at gcc dot gnu.org> ---
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.

Reply via email to