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.
> >
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.
> >
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
> >
> >
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
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
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
==