Re: [23/32] Remove global call sets: postreload-gcse.c

2019-09-29 Thread Jeff Law
On 9/25/19 10:08 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> This is another case in which we should conservatively treat >> partial kills as full kills. > > Similary to the combine patch, I've updated this to avoid the > short "abi" name and use a temporary HARD_REG_SET instead.

Re: [23/32] Remove global call sets: postreload-gcse.c

2019-09-25 Thread Richard Sandiford
Richard Sandiford writes: > This is another case in which we should conservatively treat > partial kills as full kills. Similary to the combine patch, I've updated this to avoid the short "abi" name and use a temporary HARD_REG_SET instead. Richard 2019-09-25 Richard Sandiford gcc/