Used to allocate memory onto the stack, similar to C alloca.
%variable = alloca i32
LLVM by default only uses the Stack, it does not have the Heap
Used to allocate memory onto the stack, similar to C alloca.
%variable = alloca i32
LLVM by default only uses the Stack, it does not have the Heap