Re: [06/32] Pass an ABI to choose_hard_reg_mode

2019-09-29 Thread Jeff Law
On 9/11/19 1:06 PM, Richard Sandiford wrote: > choose_hard_reg_mode previously took a boolean saying whether the > mode needed to be call-preserved. This patch replaces it with an > optional ABI pointer instead, so that the function can use that > to test whether a value is call-saved. > > defaul

[06/32] Pass an ABI to choose_hard_reg_mode

2019-09-11 Thread Richard Sandiford
choose_hard_reg_mode previously took a boolean saying whether the mode needed to be call-preserved. This patch replaces it with an optional ABI pointer instead, so that the function can use that to test whether a value is call-saved. default_dwarf_frame_reg_mode uses eh_edge_abi because that's th