aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-14 09:19:26 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-14 09:19:26 +0100
commitbbe0809b3cd483ce5fc82e4f2d0a106823c54f26 (patch)
tree4088aa9ff1394a76739a299e6b0bd10b6aa6426e /driver/Clflags.ml
parentd5e49c9d1e68a2b5305fb18b051a272345283275 (diff)
downloadcompcert-kvx-bbe0809b3cd483ce5fc82e4f2d0a106823c54f26.tar.gz
compcert-kvx-bbe0809b3cd483ce5fc82e4f2d0a106823c54f26.zip
CSE3 alias analysis
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 7e3b23d8..a8594be4 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -25,9 +25,10 @@ let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
let option_fconstprop = ref true
-let option_fcse = ref true
-let option_fcse2 = ref true
+let option_fcse = ref false
+let option_fcse2 = ref false
let option_fcse3 = ref true
+let option_fcse3_alias_analysis = ref true
let option_fredundancy = ref true
let option_fduplicate = ref 0
let option_finvertcond = ref true