fun @main(): i32 { %entry: %str = getelemptr @str, 0 call @putstr(%str) ret 0 } Koopa IR is a strongly-typed, SSA form based intermediate representation. It's simple but powerful enough to support ...