https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126138
--- Comment #5 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Drea Pinski from comment #2) > I have an ifcombine patch now. A full ifcombine patch is in testing. I had a bug in the previous one. And it handles inverting failing. So for an example it uses `a || b` for `!a && !b` rather than what ifcombine normally tries only &&. > I am still missing a phiopt/reassociation patch. I am thinking only a phiopt patch is needed. And this will be done separately from the match case too.
