Dominator-based Value Numbering

Global value numbering replaces fully redundant computations with copies. It detects value equivalence, thus the expressions need not be textually identical. Global value numbering is based on the dominator-based value numbering technique by Preston Briggs, et al.


Preston Briggs et al, "Value Numbering", Software -- Practice and Experience, 1990.
Return to Scale home page.
(Last changed: March 21, 2007.)