ez-lang
ez-lang copied to clipboard
Phis should not just have register inputs
During optimization such as constant propagation, I think we will replace the phi inputs with constants, so the Phi inputs need to be Operands that accept other kind of inputs.