https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95185
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I have a patch which converts this into: _1 = x_4(D) < 0; _2 = y_5(D) <= 0; _3 = _1 ^ _2;
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 28 Aug 2023 21:04:17 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95185
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I have a patch which converts this into: _1 = x_4(D) < 0; _2 = y_5(D) <= 0; _3 = _1 ^ _2;