summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a8g1a.md
blob: e728da82fdf80b148c1c5d5123e9407e124d4d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+++
title = "Cannot add moves too early"
author = "Yann Herklotz"
tags = []
categories = []
backlinks = ["3a8g1"]
forwardlinks = ["3a8g1b"]
zettelid = "3a8g1a"
+++

Unfortunately, the η instructions actually cannot really be identified
before the SSA is actually generated, which means that the renaming
cannot really be done by the SSA pass. This is because one would
otherwise need some liveness analysis to be able to figure out which
variables one would have to rename at that point.