aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-29 15:54:41 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-29 15:54:41 +0100
commit4d79ef052cc05240d6613bb22ef1ec547b17d3e1 (patch)
tree8caa2cda1f8ae914a27e7ad313283c5a166f3708 /extraction
parent47fb65a38064a29729d103e51393dde156239917 (diff)
downloadcompcert-kvx-4d79ef052cc05240d6613bb22ef1ec547b17d3e1.tar.gz
compcert-kvx-4d79ef052cc05240d6613bb22ef1ec547b17d3e1.zip
in CSE3 choose lowest variable as representative for moves
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 bd396cd8..c5fa7a62 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -127,6 +127,8 @@ Extract Constant Compopts.optim_CSE3_across_merges =>
"fun _ -> !Clflags.option_fcse3_across_merges".
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_move_loop_invariants =>
"fun _ -> !Clflags.option_fmove_loop_invariants".