aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main
diff options
context:
space:
mode:
authorMagnus Lång <[email protected]>2016-06-22 18:08:57 +0200
committerMagnus Lång <[email protected]>2016-09-02 15:59:17 +0200
commit60b5deae9ca2cb3540c899b19151b7e3391d305d (patch)
tree5cf8b34ef859e407070367c809351bac8742569f /lib/hipe/main
parent38c10d20f7b0a83f4d94a92d30ca649b86b0a7cb (diff)
downloadotp-60b5deae9ca2cb3540c899b19151b7e3391d305d.tar.gz
otp-60b5deae9ca2cb3540c899b19151b7e3391d305d.tar.bz2
otp-60b5deae9ca2cb3540c899b19151b7e3391d305d.zip
hipe_arm: Add code rewrite RA callbacks
These will not only be useful for hipe_regalloc_prepass, but also, after the introduction of a mk_move/2 (or similar) callback, for the purpose of range splitting. Since the substitution needed to case over all the instructions, a new module, hipe_arm_subst, was introduced to the arm backend.
Diffstat (limited to 'lib/hipe/main')
-rw-r--r--lib/hipe/main/hipe.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src
index 39b249de15..85b88a9735 100644
--- a/lib/hipe/main/hipe.app.src
+++ b/lib/hipe/main/hipe.app.src
@@ -74,6 +74,7 @@
hipe_arm_ra_postconditions,
hipe_arm_registers,
hipe_arm_specific,
+ hipe_arm_subst,
hipe_bb,
hipe_beam_to_icode,
hipe_coalescing_regalloc,