aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-11-18 16:05:05 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-11-18 16:05:05 +0100
commit739217f7e155cc07fac2392bc8e51e88764be9e7 (patch)
treeedca8438bcb8d5552598727b59ad1f4087c48080 /extraction
parente042d77cbd7d1f24459d08b26b521dbc0c7ac71d (diff)
parent936a7c3dbb45f66b225586cc5fd3497b89fd2aa0 (diff)
downloadcompcert-kvx-739217f7e155cc07fac2392bc8e51e88764be9e7.tar.gz
compcert-kvx-739217f7e155cc07fac2392bc8e51e88764be9e7.zip
Merge remote-tracking branch 'origin/aarch64_Pfmovimm_fix' into aarch64-postpass
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 5de66797..f5b8291b 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -128,6 +128,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".