Re: [29/32] Remove global call sets: sched-deps.c

2019-10-07 Thread Christophe Lyon
On Fri, 4 Oct 2019 at 16:35, Richard Sandiford wrote: > Christophe Lyon writes: > > On Mon, 30 Sep 2019 at 00:20, Jeff Law wrote: > > > > On 9/11/19 1:17 PM, Richard Sandiford wrote: > > > This is a straight replacement of an existing "full or partial" > > > call-clobber check. > >

Re: [29/32] Remove global call sets: sched-deps.c

2019-10-04 Thread Christophe Lyon
On Fri, 4 Oct 2019 at 16:35, Richard Sandiford wrote: > Christophe Lyon writes: > > On Mon, 30 Sep 2019 at 00:20, Jeff Law wrote: > > > > On 9/11/19 1:17 PM, Richard Sandiford wrote: > > > This is a straight replacement of an existing "full or partial" > > > call-clobber check. > >

Re: [29/32] Remove global call sets: sched-deps.c

2019-10-04 Thread Richard Sandiford
Christophe Lyon writes: > On Mon, 30 Sep 2019 at 00:20, Jeff Law wrote: > > On 9/11/19 1:17 PM, Richard Sandiford wrote: > > This is a straight replacement of an existing "full or partial" > > call-clobber check. > > > > > > 2019-09-11 Richard Sandiford > > > >

Re: [29/32] Remove global call sets: sched-deps.c

2019-10-04 Thread Christophe Lyon
On Mon, 30 Sep 2019 at 00:20, Jeff Law wrote: > On 9/11/19 1:17 PM, Richard Sandiford wrote: > > This is a straight replacement of an existing "full or partial" > > call-clobber check. > > > > > > 2019-09-11 Richard Sandiford > > > > gcc/ > > * sched-deps.c (deps_analyze_insn): Use the A

Re: [29/32] Remove global call sets: sched-deps.c

2019-09-29 Thread Jeff Law
On 9/11/19 1:17 PM, Richard Sandiford wrote: > This is a straight replacement of an existing "full or partial" > call-clobber check. > > > 2019-09-11 Richard Sandiford > > gcc/ > * sched-deps.c (deps_analyze_insn): Use the ABI of the target > function to test whether a register is

[29/32] Remove global call sets: sched-deps.c

2019-09-11 Thread Richard Sandiford
This is a straight replacement of an existing "full or partial" call-clobber check. 2019-09-11 Richard Sandiford gcc/ * sched-deps.c (deps_analyze_insn): Use the ABI of the target function to test whether a register is fully or partly clobbered. Index: gcc/sched-deps.c ==