generateReplacement

open override fun generateReplacement(instruction: L2Instruction, regenerator: L2Regenerator)

We don't need to do anything for phi instructions, since the generator framework itself handles it. This includes forcing creation of phi instructions when an L2SemanticValue is present in every incoming edge.

Parameters

instruction

The L2Instruction being replaced.

regenerator

An L2Regenerator that has been configured for writing arbitrary replacement code for this instruction.