parallel-copy-rep ( mapping -- insns )
Parallel copy

Prev:parallel-copy ( mapping -- insns )


Vocabulary
compiler.cfg.parallel-copy

Inputs
mappingassoc of { dst src } virtual register pairs


Outputs
insnsan array


Word description
Creates ##copy instructions. Representation selection must have been run previously.

Definition