aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 13:15:53 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 13:15:53 +0100
commit0a13bf127bb385df424bd9e392742d4fc5bef86a (patch)
treee01a0c87bc5225934604cb1d3a786b7c02b6243f /driver/Clflags.ml
parentf01d490fad2fbf7fb7a2e0861075ca6c09976ec4 (diff)
downloadcompcert-kvx-0a13bf127bb385df424bd9e392742d4fc5bef86a.tar.gz
compcert-kvx-0a13bf127bb385df424bd9e392742d4fc5bef86a.zip
begin implementing -fcse3-conditions
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 991720bf..55d1bb1c 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -35,6 +35,8 @@ 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_fcse3_conditions = ref true
+
let option_fredundancy = ref true
(** Options relative to superblock scheduling *)