Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Bin.Cheng
To: gcc-patches@gcc.gnu.org Subject: [PATCH ARM]memset inlining patch for arm

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Bin.Cheng
On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw rearn...@arm.com wrote: On 04/09/14 07:08, Bin Cheng wrote: @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = {true, true}, /* Prefer non short circuit. */ arm_default_vec_cost,

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Ramana Radhakrishnan
On Wed, Sep 10, 2014 at 9:16 AM, Bin.Cheng amker.ch...@gmail.com wrote: On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw rearn...@arm.com wrote: On 04/09/14 07:08, Bin Cheng wrote: @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = {true, true},

Re: [PATCH ARM]memset inlining patch for arm

2014-09-10 Thread Richard Earnshaw
On 10/09/14 09:16, Bin.Cheng wrote: On Tue, Sep 9, 2014 at 6:49 PM, Richard Earnshaw rearn...@arm.com wrote: On 04/09/14 07:08, Bin Cheng wrote: @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = {true, true}, /* Prefer non short

Re: [PATCH ARM]memset inlining patch for arm

2014-09-09 Thread Richard Earnshaw
On 04/09/14 07:08, Bin Cheng wrote: @@ -1872,7 +1892,9 @@ const struct tune_params arm_cortex_a53_tune = {true, true}, /* Prefer non short circuit. */ arm_default_vec_cost, /* Vectorizer costs. */ false,

RE: [PATCH ARM]memset inlining patch for arm

2014-09-05 Thread Evandro Menezes
-ow...@gcc.gnu.org] On Behalf Of Bin Cheng Sent: Thursday, September 04, 2014 1:08 To: gcc-patches@gcc.gnu.org Subject: [PATCH ARM]memset inlining patch for arm Hi, This patch is posted/approved before at https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01398.html Unfortunately, it was reverted

[PATCH ARM]memset inlining patch for arm

2014-09-04 Thread Bin Cheng
Hi, This patch is posted/approved before at https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01398.html Unfortunately, it was reverted because a latent bug revealed causing glibc build failure and I didn't have enough time to fix back at that time. Now with the potential bug resolved by

Re: [PATCH ARM]memset inlining patch for arm

2014-09-04 Thread Ramana Radhakrishnan
On Thu, Sep 4, 2014 at 7:08 AM, Bin Cheng bin.ch...@arm.com wrote: Hi, This patch is posted/approved before at https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01398.html Unfortunately, it was reverted because a latent bug revealed causing glibc build failure and I didn't have enough time to fix