aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-27 15:53:38 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-27 15:53:38 +0100
commit21af08182a41cd6a2fe1d2da08bedb572ab88981 (patch)
tree08220395866aa7308c159de854e8098d0a4bfa90 /driver/Clflags.ml
parent19c81a709d42467d57031ca275159a83568ca042 (diff)
parentbad9e770dd77304f6f1dddbfe9930d5b6897ae27 (diff)
downloadcompcert-kvx-21af08182a41cd6a2fe1d2da08bedb572ab88981.tar.gz
compcert-kvx-21af08182a41cd6a2fe1d2da08bedb572ab88981.zip
Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepass
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 e9b0dade..206bbb00 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -27,11 +27,13 @@ let option_ftailcalls = ref true
let option_fconstprop = ref true
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_fcse3_across_merges = ref true
let option_fcse3_glb = ref true
+let option_fcse3_trivial_ops = ref false
let option_fredundancy = ref true
(** Options relative to superblock scheduling *)