Basic Block Arguments
SSA form Static Single Assignment is popular in compiler intermediate representations. Since SSA has no mutable variables, phi functions are an important feature. Let’s take a look at an alternative to phi functions: basic block arguments....