Files
cs420/examples/opt/simple.ir
2025-04-11 13:20:10 +09:00

13 lines
133 B
Plaintext

var i32 @nonce = 1
fun i32 @main () {
init:
bid: b0
allocations:
block b0:
%b0:i0:i32 = load @nonce:i32*
ret %b0:i0:i32
}