Update skeleton

This commit is contained in:
Jeehoon Kang
2020-06-05 00:54:00 +09:00
parent 62c5208631
commit 7bb9ed11b5
123 changed files with 49554 additions and 868 deletions

View File

@@ -1,22 +1,22 @@
fun i32 @const_prop_same {
fun i32 @const_prop_same () {
init:
bid: b0
allocations:
block b0:
br undef:i1 b1() b1()
br undef:i1, b1(), b1()
block b1:
ret 0:i1
}
fun i32 @const_prop_true {
fun i32 @const_prop_true () {
init:
bid: b0
allocations:
block b0:
br 1:i1 b1() b2()
br 1:i1, b1(), b2()
block b1:
ret 0:i1
@@ -25,13 +25,13 @@ block b2:
ret 0:i1
}
fun i32 @const_prop_false {
fun i32 @const_prop_false () {
init:
bid: b0
allocations:
block b0:
br 0:i1 b1() b2()
br 0:i1, b1(), b2()
block b1:
ret 0:i1
@@ -40,7 +40,7 @@ block b2:
ret 0:i1
}
fun i32 @const_prop_switch_same {
fun i32 @const_prop_switch_same () {
init:
bid: b0
allocations:
@@ -55,7 +55,7 @@ block b1:
ret 0:i1
}
fun i32 @const_prop_switch_case {
fun i32 @const_prop_switch_case () {
init:
bid: b0
allocations:
@@ -76,7 +76,7 @@ block b3:
ret 0:i1
}
fun i32 @const_prop_switch_default {
fun i32 @const_prop_switch_default () {
init:
bid: b0
allocations:

View File

@@ -1,4 +1,4 @@
fun i32 @const_prop_same {
fun i32 @const_prop_same () {
init:
bid: b0
allocations:
@@ -11,7 +11,7 @@ block b1:
ret 0:i1
}
fun i32 @const_prop_true {
fun i32 @const_prop_true () {
init:
bid: b0
allocations:
@@ -27,7 +27,7 @@ block b2:
ret 0:i1
}
fun i32 @const_prop_false {
fun i32 @const_prop_false () {
init:
bid: b0
allocations:
@@ -43,7 +43,7 @@ block b2:
ret 0:i1
}
fun i32 @const_prop_switch_same {
fun i32 @const_prop_switch_same () {
init:
bid: b0
allocations:
@@ -55,7 +55,7 @@ block b1:
ret 0:i1
}
fun i32 @const_prop_switch_case {
fun i32 @const_prop_switch_case () {
init:
bid: b0
allocations:
@@ -74,7 +74,7 @@ block b3:
ret 0:i1
}
fun i32 @const_prop_switch_default {
fun i32 @const_prop_switch_default () {
init:
bid: b0
allocations:

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations:
@@ -14,7 +14,7 @@ block b3:
ret 37:i32
}
fun i32 @bar {
fun i32 @bar () {
init:
bid: b0
allocations:
@@ -24,7 +24,7 @@ block b0:
block b1:
%b1:p0:i32
br 1:i1 b2() b2()
br 1:i1, b2(), b2()
block b2:
j b3()

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations:
@@ -14,7 +14,7 @@ block b3:
ret 37:i32
}
fun i32 @bar {
fun i32 @bar () {
init:
bid: b0
allocations:
@@ -24,7 +24,7 @@ block b0:
block b1:
%b1:p0:i32
br 1:i1 b3() b3()
br 1:i1, b3(), b3()
block b2:
j b3()

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations:

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations:

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations:

View File

@@ -1,4 +1,4 @@
fun i32 @foo {
fun i32 @foo () {
init:
bid: b0
allocations: