aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-31 09:58:28 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-31 09:58:28 +0100
commite6612fdfd69037099037def2acba5df553c3b49a (patch)
treefff8642e3d9774547de3fc83423577ebe999a902 /driver/Clflags.ml
parent60e28f582b37d4080686992ea114857f75cfe6c2 (diff)
downloadcompcert-kvx-e6612fdfd69037099037def2acba5df553c3b49a.tar.gz
compcert-kvx-e6612fdfd69037099037def2acba5df553c3b49a.zip
refining CSE3 nodes
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 fc9e8247..89090b57 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -34,6 +34,7 @@ let option_fcse3_across_calls = ref false
let option_fcse3_across_merges = ref true
let option_fcse3_glb = ref true
let option_fcse3_trivial_ops = ref false
+let option_fcse3_refine = ref true
let option_fredundancy = ref true
(** Options relative to superblock scheduling *)