Re: [Ping] [PATCH, 2/10] prepare ccmp

2014-10-29 Thread Richard Henderson
On 10/29/2014 03:29 AM, Zhenqiang Chen wrote: > Thanks! Patch is updated. Ok. r~

RE: [Ping] [PATCH, 2/10] prepare ccmp

2014-10-29 Thread Zhenqiang Chen
> -Original Message- > From: Richard Henderson [mailto:r...@redhat.com] > Sent: Monday, October 27, 2014 11:14 PM > To: Zhenqiang Chen > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [Ping] [PATCH, 2/10] prepare ccmp > > On 10/27/2014 12:48 AM, Zhenqiang Chen wrote:

Re: [Ping] [PATCH, 2/10] prepare ccmp

2014-10-27 Thread Richard Henderson
On 10/27/2014 12:48 AM, Zhenqiang Chen wrote: >> > On 09/22/2014 11:43 PM, Zhenqiang Chen wrote: >>> > > + /* If jumps are cheap and the target does not support >>> > > conditional >>> > > +compare, turn some more codes into jumpy sequences. */ >>> > > + else if (BRANC

RE: [Ping] [PATCH, 2/10] prepare ccmp

2014-10-27 Thread Zhenqiang Chen
u.org > Subject: Re: [Ping] [PATCH, 2/10] prepare ccmp > > On 09/22/2014 11:43 PM, Zhenqiang Chen wrote: > > + /* If jumps are cheap and the target does not support conditional > > +compare, turn some more codes into jumpy sequences. */ > > + else if (BRANCH

Re: [Ping] [PATCH, 2/10] prepare ccmp

2014-10-11 Thread Richard Henderson
On 09/22/2014 11:43 PM, Zhenqiang Chen wrote: > + /* If jumps are cheap and the target does not support conditional > + compare, turn some more codes into jumpy sequences. */ > + else if (BRANCH_COST (optimize_insn_for_speed_p (), false) < 4 > +&& (targetm.gen_

[Ping] [PATCH, 2/10] prepare ccmp

2014-09-22 Thread Zhenqiang Chen
Ping? Patch is attached for easy to apply. Thanks! -Zhenqiang > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Zhenqiang Chen > Sent: Tuesday, July 01, 2014 1:08 PM > To: Richard Earnshaw > Cc: gcc-patches@gcc.gnu.org > Sub