Re: [17/32] Remove global call sets: gcse.c

2019-09-29 Thread Jeff Law
On 9/11/19 1:11 PM, Richard Sandiford wrote: > This is another case in which we can conservatively treat partial > kills as full kills. Again this is in principle a bug fix for > TARGET_HARD_REGNO_CALL_PART_CLOBBERED targets, but in practice > it probably doesn't make a difference. > > > 2019-09

Re: [17/32] Remove global call sets: gcse.c

2019-09-25 Thread Richard Sandiford
Richard Sandiford writes: > This is another case in which we can conservatively treat partial > kills as full kills. Again this is in principle a bug fix for > TARGET_HARD_REGNO_CALL_PART_CLOBBERED targets, but in practice > it probably doesn't make a difference. Similary to the combine patch, I

[17/32] Remove global call sets: gcse.c

2019-09-11 Thread Richard Sandiford
This is another case in which we can conservatively treat partial kills as full kills. Again this is in principle a bug fix for TARGET_HARD_REGNO_CALL_PART_CLOBBERED targets, but in practice it probably doesn't make a difference. 2019-09-11 Richard Sandiford gcc/ * gcse.c: Include fu