Georg-Johann Lay <[email protected]> writes: > This patch uses hard-reg constraints in the [u]divmod insns that > formerly used explicit hard-regs. > > No new regressions. Moreover, I could not find changes in generated > code sizes. > > Ok for trunk? >
Ok. Denis. > Johann > > -- > > AVR: target/121343 - Use hard-reg constraints in [u]divmod insns. > > PR target/121343 > gcc/ > * config/avr/avr.md (divmod<mode>4, udivmod<mode>4): Use > hard-reg constraints instead of explicit hard-regs. > (*divmodqi4_call_split, *udivmodqi4_call_split): Remove. > (*divmodhi4_call_split, *udivmodhi4_call_split): Remove. > (*divmodpsi4_call_split, *udivmodpsi4_call_split): Remove. > (*divmodsi4_call_split, *udivmodsi4_call_split): Remove.
