What is "strong phi elimination"

Do you mean that "normal" SSA phi elimination algorithm is DemotePHI()?

Thx,
Seung

No, DemotePHI doesn't build an interference graph, and is not part of the code generator.

-Chris