coalesce-later ( insn -- )


Vocabulary
compiler.cfg.ssa.destruction.coalescing

Inputs
insnan insn


Outputs
None

Word description
Generic word supposed to be called in a make context which generates a list of eliminatable vreg copies. The copies are batched up and then eliminated by try-eliminate-copies.

Definition


Methods