https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68027

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|conditional statement and   |uncprop should work on more
                   |unnecessary register        |than PHI nodes
                   |assignment                  |
           Severity|normal                      |enhancement

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
tree-ssa-uncprop.c does some of this but only handles PHI nodes currrently.
Note ICC and MSVC generate the code without the move while GCC and clang both
do the move.

Reply via email to