Click through the stages below to inspect how Blyx source code transforms into optimized machine code and GPU assembly.
Blyx Intermediate Representation: strongly-typed SSA instructions.
%0 = alloc i32 store i32 42, %0 ret void