Re: [PATCH 09/12] mode-switching: Pass the set of live registers to the after hook

2023-11-06 Thread Jeff Law
On 11/5/23 11:49, Richard Sandiford wrote: This patch passes the set of live hard registers to the after hook, like the previous one did for the needed hook. gcc/ * target.def (mode_switching.after): Add a regs_live parameter. * doc/tm.texi: Regenerate. * config/epipha

[PATCH 09/12] mode-switching: Pass the set of live registers to the after hook

2023-11-05 Thread Richard Sandiford
This patch passes the set of live hard registers to the after hook, like the previous one did for the needed hook. gcc/ * target.def (mode_switching.after): Add a regs_live parameter. * doc/tm.texi: Regenerate. * config/epiphany/epiphany-protos.h (epiphany_mode_after): Upda