mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Prepare for Spring 2025.
This commit is contained in:
@@ -26,12 +26,13 @@ block b1:
|
||||
|
||||
block b2:
|
||||
%b2:i0:unit = nop
|
||||
j b6(1:i32, 0:i32, 1:i32)
|
||||
j b6(1:i32, 0:i32, 1:i32, 0:i32)
|
||||
|
||||
block b6:
|
||||
%b6:p0:i32:i
|
||||
%b6:p1:i32:t1
|
||||
%b6:p2:i32:t2
|
||||
%b6:p3:i32:next_term
|
||||
%b6:i0:unit = nop
|
||||
%b6:i1:unit = nop
|
||||
%b6:i2:u1 = cmp lt %b6:p0:i32 %b0:p0:i32
|
||||
@@ -49,7 +50,7 @@ block b7:
|
||||
%b7:i8:unit = nop
|
||||
%b7:i9:i32 = add %b6:p0:i32 1:i32
|
||||
%b7:i10:unit = nop
|
||||
j b6(%b7:i9:i32, %b6:p2:i32, %b7:i2:i32)
|
||||
j b6(%b7:i9:i32, %b6:p2:i32, %b7:i2:i32, %b7:i2:i32)
|
||||
|
||||
block b9:
|
||||
%b9:i0:unit = nop
|
||||
|
||||
Reference in New Issue
Block a user