https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106322
--- Comment #42 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think this goes wrong in vectorizable_operation which does
if (using_emulated_vectors_p
&& !vect_can_vectorize_without_simd_p (code))
to guard this but I'm not sure how this slips through?
