Prepare for Spring 2025.

This commit is contained in:
Janggun Lee
2025-02-24 17:31:17 +09:00
parent a8e0aa5e69
commit fad9d02fea
53 changed files with 3442 additions and 1679 deletions

View File

@@ -11,10 +11,12 @@ init:
block b0:
%b0:i0:unit = nop
%b0:i1:unit = nop
j b2(0:i32)
j b2(0:i32, undef:i32, undef:i32)
block b2:
%b2:p0:i32:i
%b2:p1:i32:i
%b2:p2:i32:k
%b2:i0:unit = nop
%b2:i1:u1 = cmp lt %b2:p0:i32 10:i32
br %b2:i1:u1, b3(), b5()
@@ -25,7 +27,7 @@ block b3:
%b3:i2:unit = nop
%b3:i3:i32 = add %b2:p0:i32 1:i32
%b3:i4:unit = nop
j b2(%b3:i3:i32)
j b2(%b3:i3:i32, 0:i32, 0:i32)
block b5:
ret 1:i32