aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-19 21:14:21 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-19 21:14:21 +0200
commiteead578fde08a1555086ed75714bca3ca1f9b1dc (patch)
tree74bb1d0009494bf406d5b677c2c30bed5ba2e2e8 /driver/Driver.ml
parenta95735290d61f50a388895ef86627becd67c4553 (diff)
downloadcompcert-kvx-eead578fde08a1555086ed75714bca3ca1f9b1dc.tar.gz
compcert-kvx-eead578fde08a1555086ed75714bca3ca1f9b1dc.zip
add options for controlling madd and notrap selection
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 0f9e637c..6a9e9b92 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -415,6 +415,8 @@ let cmdline_actions =
@ f_opt "globaladdroffset" option_fglobaladdroffset
@ f_opt "xsaddr" option_fxsaddr
@ f_opt "addx" option_faddx
+ @ f_opt "madd" option_fmadd
+ @ f_opt "nontrap-loads" option_fnontrap_loads
@ f_opt "coalesce-mem" option_fcoalesce_mem
@ f_opt "all-loads-nontrap" option_all_loads_nontrap
@ f_opt "forward-moves" option_fforward_moves