https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118501
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- xorsign<mode> didn't change But what did change was `struct s1` changed into a V2DF mode. and now a subreg of that causes issues. Maybe this needs to be force_subreg now ...