aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-11-03 15:06:45 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-11-03 15:06:45 +0100
commit535a8f8706de231f1bd8a7f0243025d84906b03c (patch)
tree5a4def9024c63d318de6b716bab83523b983961a /driver/Clflags.ml
parente6612fdfd69037099037def2acba5df553c3b49a (diff)
downloadcompcert-kvx-535a8f8706de231f1bd8a7f0243025d84906b03c.tar.gz
compcert-kvx-535a8f8706de231f1bd8a7f0243025d84906b03c.zip
Loop Rotate with -flooprotate
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 89090b57..d1e7dd7f 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -43,6 +43,7 @@ let option_ftailduplicate = ref 0 (* perform tail duplication for blocks of size
let option_ftracelinearize = ref true (* uses branch prediction information to improve the linearization *)
let option_funrollsingle = ref 0 (* unroll a single iteration of innermost loops of size n *)
let option_funrollbody = ref 0 (* unroll the body of innermost loops of size n *)
+let option_flooprotate = ref 0 (* rotate the innermost loops to have the condition inside the loop body *)
let option_fpostpass = ref true
let option_fpostpass_sched = ref "list"