aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:17:31 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-19 18:17:31 +0200
commitbe8d929aef8e86c2e22e32c525093c6bfe56a300 (patch)
tree9026f38d9251477da228ba0d27706d448d7b7cfb /driver/Driver.ml
parenta6545d8fa35ab4ab3a12823eafacff99d7307314 (diff)
downloadcompcert-kvx-be8d929aef8e86c2e22e32c525093c6bfe56a300.tar.gz
compcert-kvx-be8d929aef8e86c2e22e32c525093c6bfe56a300.zip
Adding both RV expansion methods in kvx-work
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 c9eacadc..7192ba4b 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -444,6 +444,8 @@ let cmdline_actions =
@ f_opt "madd" option_fmadd
@ f_opt "nontrap-loads" option_fnontrap_loads
@ f_opt "coalesce-mem" option_fcoalesce_mem
+ @ f_opt "expanse-rtlcond" option_fexpanse_rtlcond
+ @ f_opt "expanse-others" option_fexpanse_others
@ f_opt "all-loads-nontrap" option_all_loads_nontrap
@ f_opt "forward-moves" option_fforward_moves
(* Code generation options *)