https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111149
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |tree-optimization --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I need to look into this again for the gimple level because I have noticed VRP changes bool != bool into bool ^ bool but we should be able to do it without VRP.