aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 14:25:31 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 14:25:31 +0200
commit7b0d7a74ccfaf5843c41e2844e02e94e9a76bfd8 (patch)
tree3edc201591691eac531aa12a98a5aa08ecc0398b /driver/Clflags.ml
parent67290187fff3f813412059c6bfed69015c95c890 (diff)
downloadcompcert-kvx-7b0d7a74ccfaf5843c41e2844e02e94e9a76bfd8.tar.gz
compcert-kvx-7b0d7a74ccfaf5843c41e2844e02e94e9a76bfd8.zip
CSE3 across calls
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index b9828f15..9d868de3 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -25,10 +25,11 @@ let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
let option_fconstprop = ref true
-let option_fcse = ref false
+let option_fcse = ref true
let option_fcse2 = ref false
let option_fcse3 = ref true
let option_fcse3_alias_analysis = ref true
+let option_fcse3_across_calls = ref false
let option_fredundancy = ref true
let option_fduplicate = ref (-1)
let option_finvertcond = ref true