Re: [03/23] reginfo: Add a global_reg_set

2020-11-25 Thread Jeff Law via Gcc-patches
On 11/13/20 1:12 AM, Richard Sandiford via Gcc-patches wrote: > A later patch wants to use the set of global registers as a HARD_REG_SET > rather than a bool/char array. Most other arrays already have a > HARD_REG_SET counterpart, but this one didn't. > > gcc/ > * hard-reg-set.h (global_r

[03/23] reginfo: Add a global_reg_set

2020-11-13 Thread Richard Sandiford via Gcc-patches
A later patch wants to use the set of global registers as a HARD_REG_SET rather than a bool/char array. Most other arrays already have a HARD_REG_SET counterpart, but this one didn't. gcc/ * hard-reg-set.h (global_reg_set): Declare. * reginfo.c (global_reg_set): New variable.