Re: [11/32] Remove global call sets: cse.c

2019-09-30 Thread Richard Sandiford
Jeff Law writes: > On 9/25/19 9:57 AM, Richard Sandiford wrote: >> Richard Sandiford writes: >>> Like with the combine.c patch, this one keeps things simple by >>> invalidating values in partially-clobbered registers, rather than >>> trying to tell whether the value in a partially-clobbered

Re: [11/32] Remove global call sets: cse.c

2019-09-29 Thread Jeff Law
On 9/25/19 9:57 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> Like with the combine.c patch, this one keeps things simple by >> invalidating values in partially-clobbered registers, rather than >> trying to tell whether the value in a partially-clobbered register >> is actually

Re: [11/32] Remove global call sets: cse.c

2019-09-25 Thread Richard Sandiford
Richard Sandiford writes: > Like with the combine.c patch, this one keeps things simple by > invalidating values in partially-clobbered registers, rather than > trying to tell whether the value in a partially-clobbered register > is actually clobbered or not. Again, this is in principle a bug

[11/32] Remove global call sets: cse.c

2019-09-11 Thread Richard Sandiford
Like with the combine.c patch, this one keeps things simple by invalidating values in partially-clobbered registers, rather than trying to tell whether the value in a partially-clobbered register is actually clobbered or not. Again, this is in principle a bug fix, but probably never matters in