https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113613
--- Comment #5 from Alex Coplan <acoplan at gcc dot gnu.org> --- It looks like the current ordering of passes is: early_ra sched1 ldp_fusion1 early_remat ISTM that ldp_fusion1 should probably be running before early_ra, but we found that running ldp_fusion1 before sched1 could lead to increased register pressure. Hmm.