https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100798
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- To produce the same code we could do a match pattern: (simplify (cond @0 (bit_not @1) @1) (bit_xor (neg (convert @0)) @1))
pinskia at gcc dot gnu.org via Gcc-bugs Fri, 19 May 2023 19:25:51 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100798
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- To produce the same code we could do a match pattern: (simplify (cond @0 (bit_not @1) @1) (bit_xor (neg (convert @0)) @1))