emit Transformed Instruction
open override fun emitTransformedInstruction(transformedOperands: Array<L2Operand>, regenerator: L2Regenerator)
Write the given L2Operation's equivalent effect through the given L2Regenerator, with the given already-transformed L2Operands.
Don't reproduce phi instructions like this one, since suitable ones will already have been automatically generated by this regenerator. However, make sure synonyms are updated to conform to the old phi, by attempting to generate a move.
Parameters
transformed Operands
The operands of the instruction, already transformed for the regenerator.
regenerator
The L2Regenerator through which to write the instruction's equivalent effect.