eliminatable-copy? ( vreg1 vreg2 -- ? )


Vocabulary
compiler.cfg.ssa.destruction.coalescing

Inputs
vreg1vreg
vreg2vreg


Outputs
?a boolean


Word description
Determines if a vreg copy can be eliminated. It can be eliminated if the vregs have the same register class and same representation size.

Definition