aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-27 15:53:05 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-27 15:53:05 +0100
commitbad9e770dd77304f6f1dddbfe9930d5b6897ae27 (patch)
treefe0ace5f57d4296022b984e786cda00582a3d405 /driver/Clflags.ml
parentf59c540aa7cf85c89ee0cb07c20374c8ad76a46c (diff)
downloadcompcert-kvx-bad9e770dd77304f6f1dddbfe9930d5b6897ae27.tar.gz
compcert-kvx-bad9e770dd77304f6f1dddbfe9930d5b6897ae27.zip
new option for CSE3 (trivial ops)
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 9df58903..6c82ac62 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 *)