1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
fun @bb_params(): i32 { %entry: %0 = add 1, 2 br %0, %then, %else %then: %1 = add 4, 12 jump %end(%1) %else: %2 = mul 4, 4 jump %end(%2) %end(%ans: i32): ret %ans }