diff options
author | revitale <revitale@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-05 09:43:07 +0000 |
---|---|---|
committer | revitale <revitale@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-05 09:43:07 +0000 |
commit | 3a943084c6493b7415990ef0fe56edcb65d397e6 (patch) | |
tree | 500d4059ebb7fcc4538315c58a87786450624b31 /gcc/common.opt | |
parent | 1d041e77e7d124f58fdd31ac2c308d8c16e393f2 (diff) | |
download | gcc-3a943084c6493b7415990ef0fe56edcb65d397e6.tar.gz |
New flag to control reg-moves generation
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127223 138bc75d-0d04-0410-961f-82ee72b054a4
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 2d8a1979bb3..4e59e17fe0e 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 |