Definitions
Return Nothing Function
- Return type is void
- Returns void
- Starts with a
@
which is a LLVM Sigil
Function That Takes Arguments and Returns
%1
is a register that is in i32 type,mul
is a LLVM Operations that multiplies$x
with$x
Function Calls
%result = call i32 @my_func(i32 %x)