https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118992
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|rtl-optimization |tree-optimization --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- pass_uncprop undoes this for PHI nodes, maybe it could do it also for call arguments and other expressions right after the conditional ...