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,5 +1,5 @@
fun i32 @f {
fun i32 @f (i32) {
init:
bid: b0
allocations:
@@ -15,7 +15,7 @@ block b1:
ret undef:i32
}
fun i32 @main {
fun i32 @main () {
init:
bid: b0
allocations:
@@ -59,7 +59,7 @@ block b5:
block b6:
%b6:i0:i32 = load %l3:*i32
%b6:i1:i32 = call @f(%b6:i0:i32)
%b6:i1:i32 = call @f:*[ret:i32 params:(i32)](%b6:i0:i32)
%b6:i2:u1 = cmp eq %b6:i1:i32 9:i32
%b6:i3:i32 = typecast %b6:i2:u1 to i32
ret %b6:i3:i32