aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 13:15:53 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-12-09 13:15:53 +0100
commit0a13bf127bb385df424bd9e392742d4fc5bef86a (patch)
treee01a0c87bc5225934604cb1d3a786b7c02b6243f /extraction
parentf01d490fad2fbf7fb7a2e0861075ca6c09976ec4 (diff)
downloadcompcert-kvx-0a13bf127bb385df424bd9e392742d4fc5bef86a.tar.gz
compcert-kvx-0a13bf127bb385df424bd9e392742d4fc5bef86a.zip
begin implementing -fcse3-conditions
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index f5af7998..2d081d17 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -129,6 +129,8 @@ Extract Constant Compopts.optim_CSE3_glb =>
"fun _ -> !Clflags.option_fcse3_glb".
Extract Constant Compopts.optim_CSE3_trivial_ops =>
"fun _ -> !Clflags.option_fcse3_trivial_ops".
+Extract Constant Compopts.optim_CSE3_conditions =>
+ "fun _ -> !Clflags.option_fcse3_conditions".
Extract Constant Compopts.optim_move_loop_invariants =>
"fun _ -> !Clflags.option_fmove_loop_invariants".