Vocabularycompiler.cfg.instructionsClass descriptionAn instruction for performing multiple copies. It allows for optimizations or (or prunings) if more than one source or destination vreg is the same. They are transformed into
##copy instructions in
destruct-ssa. It has the following slots:
values | An assoc mapping source vregs to destinations. |
DefinitionMethods