https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123047
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=119495,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=86685
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
One thing I noticed is coalescing during out of ssa could mess up due to the
removal of the forwarder and also could cause register allocator being messed
up slightly. r16-5975-gfae0c626250 should improve that situtation. So now we
are just waiting to see what the results afterwards.