2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-15 18:50:45 +08:00

SH: enable LRA by default

gcc/ChangeLog:

	PR target/55212
	* conifg/sh/sh.opt (sh_lra_flag): Init to 1.
This commit is contained in:
Oleg Endo 2024-09-25 09:47:25 +09:00
parent eee3b80ab6
commit 09210f9272

@ -299,5 +299,5 @@ Target Var(TARGET_FSRRA)
Enable the use of the fsrra instruction.
mlra
Target Var(sh_lra_flag) Init(0) Save
Target Var(sh_lra_flag) Init(1) Save
Use LRA instead of reload (transitional).