Pseudocode: Track merged values. Compute closure of value usages over merge instructions. Exclude merge instructions from usage lists

This commit is contained in:
Alexey Sedunov
2014-07-17 16:29:42 +04:00
parent 267ea81bbe
commit ffd4af872c
4 changed files with 50 additions and 27 deletions
@@ -268,8 +268,8 @@ fun t11() {
}
}
---------------------
1 <v0>: * NEW: r(1) -> <v0>
2 <v1>: Unit NEW: r(2) -> <v1>
1 <v0>: {<: Unit} NEW: r(1) -> <v0>
2 <v1>: {<: Unit} NEW: r(2) -> <v1>
=====================
== t12 ==
fun t12() : Int {