aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 22:33:02 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-05-06 22:33:02 +0200
commit6171f6a0880acbf0d007a7715cc37984ac25d851 (patch)
tree6d9fdc4e935a6c616623f3dc1529a0945f8d79d2 /driver/Driver.ml
parentf1f535cad98f3db3e586f0f7a2dbc329fc5bff6f (diff)
downloadcompcert-kvx-6171f6a0880acbf0d007a7715cc37984ac25d851.tar.gz
compcert-kvx-6171f6a0880acbf0d007a7715cc37984ac25d851.zip
-fcse3-glb
Diffstat (limited to 'driver/Driver.ml')
-rw-r--r--driver/Driver.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 9d1caa9e..90afb812 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -201,6 +201,7 @@ Processing options:
-fcse3-alias-analysis Perform inter-loop common subexpression elimination with alias analysis [on]
-fcse3-across-calls Propagate CSE3 information across function calls [off]
-fcse3-across-merges Propagate CSE3 information across control-flow merges [on]
+ -fcse3-glb Refine CSE3 information using greatest lower bounds [on]
-fmove-loop-invariants Perform loop-invariant code motion [off]
-fredundancy Perform redundancy elimination [on]
-fpostpass Perform postpass scheduling (only for K1 architecture) [on]
@@ -415,6 +416,7 @@ let cmdline_actions =
@ f_opt "cse3-alias-analysis" option_fcse3_alias_analysis
@ f_opt "cse3-across-calls" option_fcse3_across_calls
@ f_opt "cse3-across-merges" option_fcse3_across_merges
+ @ f_opt "cse3-glb" option_fcse3_glb
@ f_opt "move-loop-invariants" option_fmove_loop_invariants
@ f_opt "redundancy" option_fredundancy
@ f_opt "postpass" option_fpostpass