diff mbox

[ARM,LRA] Switch on LRA on ARM.

Message ID CAD57uCfgPE6Pr5csy3HAhZRUodoRWVd3uD3b6GDkE5=w_hPN2g@mail.gmail.com
State New
Headers show

Commit Message

Yvan Roux Dec. 11, 2013, 11:47 a.m. UTC
Hi,

here is the patch to turn LRA on by default on ARM, there is still
some regressions in the testsuite, as reported in the thread below,
but as Ramana said in the same thread, we now need to find the
remaining issue as fast as possible.

http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01074.html

Thanks
Yvan


2013-12-11  Yvan Roux  <yvan.roux@linaro.org>

        * config/arm/arm.opt (mlra): Enable LRA by default.

Comments

Richard Earnshaw Dec. 11, 2013, 11:52 a.m. UTC | #1
On 11/12/13 11:47, Yvan Roux wrote:
> Hi,
> 
> here is the patch to turn LRA on by default on ARM, there is still
> some regressions in the testsuite, as reported in the thread below,
> but as Ramana said in the same thread, we now need to find the
> remaining issue as fast as possible.
> 
> http://gcc.gnu.org/ml/gcc-patches/2013-12/msg01074.html
> 
> Thanks
> Yvan
> 
> 
> 2013-12-11  Yvan Roux  <yvan.roux@linaro.org>
> 
>         * config/arm/arm.opt (mlra): Enable LRA by default.
> 
> 
> lra-on.diff
> 
> 
> Index: gcc/config/arm/arm.opt
> ===================================================================
> --- gcc/config/arm/arm.opt	(revision 205885)
> +++ gcc/config/arm/arm.opt	(working copy)
> @@ -144,7 +144,7 @@
>  Specify the name of the target floating point hardware/format
>  
>  mlra
> -Target Report Var(arm_lra_flag) Init(0) Save
> +Target Report Var(arm_lra_flag) Init(1) Save
>  Use LRA instead of reload (transitional)
>  
>  mhard-float
> 

OK.

R.
diff mbox

Patch

Index: gcc/config/arm/arm.opt
===================================================================
--- gcc/config/arm/arm.opt	(revision 205885)
+++ gcc/config/arm/arm.opt	(working copy)
@@ -144,7 +144,7 @@ 
 Specify the name of the target floating point hardware/format
 
 mlra
-Target Report Var(arm_lra_flag) Init(0) Save
+Target Report Var(arm_lra_flag) Init(1) Save
 Use LRA instead of reload (transitional)
 
 mhard-float