mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
bc35d087c2
createInstruction records each LLVM value in locals, emits stack object tracking, and constructs function returns inline. Move these operations to setValue and createReturn. This keeps the instruction switch from having to know how an SSA value or function result is emitted.