aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-01 16:08:57 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-01 16:08:57 +0200
commit269208723faff37e6f6539b71101515b17a8a36f (patch)
tree2a52dd6fc5ae0b65b2a40a08c8e20c2eb8357ff3 /tools
parent1fbe45e2d1f02ef6e8fb6fe7545728a744e047b8 (diff)
parent54a22d92bc18fa3ece958a097844caa5e7b2e0c5 (diff)
downloadcompcert-kvx-269208723faff37e6f6539b71101515b17a8a36f.tar.gz
compcert-kvx-269208723faff37e6f6539b71101515b17a8a36f.zip
[MERGE] BTL into kvx-work (replacing RTLpath)
Diffstat (limited to 'tools')
-rw-r--r--tools/compiler_expand.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/compiler_expand.ml b/tools/compiler_expand.ml
index e45f0617..45ffc828 100644
--- a/tools/compiler_expand.ml
+++ b/tools/compiler_expand.ml
@@ -54,9 +54,9 @@ PARTIAL, Always, Require, (Some "Unused globals"), "Unusedglob";
let post_rtl_passes =
[|
- PARTIAL, Always, Require, (Some "RTLpath generation"), "RTLpathLivegen", Noprint;
- PARTIAL, Always, Require, (Some "Prepass scheduling"), "RTLpathScheduler", Noprint;
- TOTAL, Always, Require, (Some "Projection to RTL"), "RTLpath", (Print (Printf.sprintf "RTL %d" ((Array.length rtl_passes) + 1)));
+ PARTIAL, Always, Require, (Some "BTL generation"), "RTLtoBTL", 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 "LTL Branch tunneling"), "LTLTunneling", (Print "LTL 2");
PARTIAL, Always, Require, (Some "CFG linearization"), "Linearize", Noprint;