Skip to content
Snippets Groups Projects
Commit e8df8a3a authored by David Monniaux's avatar David Monniaux
Browse files

renumber before SSA

parent dabd9ab4
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment