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/

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

2019-09-11 Thread Richard Sandiford
This is another case in which we should conservatively treat partial kills as full kills. 2019-09-11 Richard Sandiford gcc/ * postreload-gcse.c: Include regs.h and function-abi.h. (record_opr_changes): Use call_insn_abi to get the ABI of the call insn target. Conserva