https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120983
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ra --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > So the problem is before reload only the predicates are used and not the > constraints. The early clobbered is never looked at. > > I wonder why IRA could not generate a reload here though since it could push > (reg:SI 23 $r23 [ x ]) into its own register for the last operand ... Sorry LRA and not IRA.