aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-09 10:45:19 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-09 10:45:19 +0100
commite8df8a3a79ca3ac2fb45606665826735c999dc68 (patch)
treec13dd741aa97a356a137cd64129609c546214d2a
parentdabd9ab46319ff93aa8451e033b3b37726a50f2c (diff)
downloadcompcert-kvx-e8df8a3a79ca3ac2fb45606665826735c999dc68.tar.gz
compcert-kvx-e8df8a3a79ca3ac2fb45606665826735c999dc68.zip
renumber before SSA
-rw-r--r--tools/compiler_expand.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compiler_expand.ml b/tools/compiler_expand.ml
index 6ba40bad..bb17191e 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -51,6 +51,7 @@ PARTIAL, Always, Require, (Some "Unused globals"), "Unusedglob";
PARTIAL, (Option "optim_redundancy"), Require, (Some "Redundancy elimination"), "Deadcode";
PARTIAL, (Option "optim_move_loop_invariants_s"), Require, (Some "LICM"), "LICM";
TOTAL, (Option "optim_move_loop_invariants_s"), NoRequire, (Some "Renumbering post LICM"), "Renumber";
+TOTAL, Always, Require, (Some "Renumbering pre SSA"), "Renumber";
|];;
let post_ssa_passes =