https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127379
--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> --- Actually I take back about using view_convert_expr here. These needs to be limited to scalars or if you are going to convert rshift to a compare; for vector types you need to use vec_cond and also check if the target supports the comparison. So it is better just to limit these to scalars for now.
