https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Severity|normal |enhancement See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=94274 --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Undoing the badness of fold_binary_op_with_conditional_arg is PR 94274. I have a patch which handles what fold_binary_op_with_conditional_arg is trying to solve in phiopt though currently only handles constants but I suspect I could extend it to ssa names too ..