This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM, LRA] Switch on LRA on ARM.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]