aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-31 23:51:31 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-05-31 23:51:31 +0200
commit78fbb0e6f4c2065460a0ddb7e2e3ec94da21169f (patch)
tree5d3a17f888b9e782eb4a822780dfe80ebab022fd /tools
parentc4344192eca7711e5b781fd0cac9780c9691a881 (diff)
downloadcompcert-kvx-78fbb0e6f4c2065460a0ddb7e2e3ec94da21169f.tar.gz
compcert-kvx-78fbb0e6f4c2065460a0ddb7e2e3ec94da21169f.zip
Dupmap bugfix and some advance in Livegen
Diffstat (limited to 'tools')
-rw-r--r--tools/compiler_expand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/compiler_expand.ml b/tools/compiler_expand.ml
index 29403c7e..5c90af6c 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -52,7 +52,7 @@ PARTIAL, Always, Require, (Some "Unused globals"), "Unusedglob"
let post_rtl_passes =
[|
PARTIAL, Always, Require, (Some "BTL generation"), "RTLtoBTL", Noprint;
- (*TODO gourdinl PARTIAL, Always, Require, (Some "Prepass scheduling"), "RTLpathScheduler", Noprint;*)
+ PARTIAL, Always, Require, (Some "Prepass scheduling"), "BTL_Scheduler", Noprint;
PARTIAL, Always, Require, (Some "Projection to RTL"), "BTLtoRTL", (Print (Printf.sprintf "RTL %d" ((Array.length rtl_passes) + 1)));
PARTIAL, Always, Require, (Some "Register allocation"), "Allocation", (Print "LTL 1");
PARTIAL, Always, Require, (Some "Branch tunneling"), "Tunneling", (Print "LTL 2");