Hi,
> > I'm happy to include this. Ok to commit with this change?
>
> This looks like it got lost at some point. I think this is a reasonable
> change for safety.
>
> Go ahead and commit.
>
> Thanks,
> Matthew
Committed as r240965.
Regards,
Robert
Robert Suchanek writes:
> Hi Catherine,
>
> Apologies for the (very) late reply.
> It appears that I never replied to the last message.
>
> > > gcc/
> > > * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
> > > PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
>
Hi Catherine,
Apologies for the (very) late reply.
It appears that I never replied to the last message.
> > gcc/
> > * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY
> > with
> > PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and
> > with
> > PTF_AVOID_BRANCHLIKELY_
> -Original Message-
> From: Robert Suchanek [mailto:robert.sucha...@imgtec.com]
> Sent: Friday, September 04, 2015 10:21 AM
> To: Matthew Fortune; Richard Sandiford
> Cc: Moore, Catherine; gcc-patches@gcc.gnu.org
> Subject: RE: [PATCH] Disable -mbranch-likely for -
Hi,
> Richard Sandiford writes:
> > Robert Suchanek writes:
> > > The patch below disables generation of the branch likely instructions for
> > > -
> Os
> > > but only for generic architecture. The branch likely may result in some
> > > code size reduction but the cost of running the code on R
Richard Sandiford writes:
> Robert Suchanek writes:
> > The patch below disables generation of the branch likely instructions for
> > -Os
> > but only for generic architecture. The branch likely may result in some
> > code size reduction but the cost of running the code on R6 core is
> > signi
Robert Suchanek writes:
> The patch below disables generation of the branch likely instructions for -Os
> but only for generic architecture. The branch likely may result in some
> code size reduction but the cost of running the code on R6 core is
> significant.
How about instead splitting PTF_A