insert-conversions ( cfg -- )


Vocabulary
compiler.cfg.representations.rewrite

Inputs
cfga cfg


Outputs
None

Word description
The last step in compiler.cfg.representations. Here instructions such as ##shl-imm and ##shr-imm are inserted to convert between tagged and untagged value types.

Definition