https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116926
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Actually it is simplier than that: - limit_mode = from_mode; + limit_mode = GET_MODE_NEXT_MODE (from_mode).require ();
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 03 Feb 2025 19:58:42 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116926
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Actually it is simplier than that: - limit_mode = from_mode; + limit_mode = GET_MODE_NEXT_MODE (from_mode).require ();