diff options
author | Vladimir Yanovsky <yanov@il.ibm.com> | 2007-08-05 09:43:07 +0000 |
---|---|---|
committer | Revital Eres <revitale@gcc.gnu.org> | 2007-08-05 09:43:07 +0000 |
commit | 517d76faeff9ae24c5c0dc6b87ffe3868c038d29 (patch) | |
tree | 500d4059ebb7fcc4538315c58a87786450624b31 /gcc/common.opt | |
parent | 152b97088e45ce9f59ae86bc16181eb020fb152a (diff) | |
download | gcc-517d76faeff9ae24c5c0dc6b87ffe3868c038d29.zip gcc-517d76faeff9ae24c5c0dc6b87ffe3868c038d29.tar.gz gcc-517d76faeff9ae24c5c0dc6b87ffe3868c038d29.tar.bz2 |
New flag to control reg-moves generation
Co-Authored-By: Revital Eres <eres@il.ibm.com>
From-SVN: r127223
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 2d8a197..4e59e17 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -651,6 +651,10 @@ fmodulo-sched Common Report Var(flag_modulo_sched) Optimization Perform SMS based modulo scheduling before the first scheduling pass +fmodulo-sched-allow-regmoves +Common Report Var(flag_modulo_sched_allow_regmoves) +Perform SMS based modulo scheduling with register moves allowed + fmove-loop-invariants Common Report Var(flag_move_loop_invariants) Init(1) Optimization Move loop invariant computations out of loops |