<div dir="ltr"><div><div>Hi all,<br><br></div>Is it possible to have phi nodes as an operand to an instruction?<br><br></div>For example, instead of <br><br><pre><font size="2">%input = phi <ty> [ <val0>, <label0>] [<val1>, <label1>]<br>%2 = .....<br></font></pre><pre><font size="2">%add = add i32 %2, %input</font><br><br></pre><pre>we have sth like this:<br><font size="2"><br>%add = add i32 %2, %phi <ty> [ <val0>, <label0>] [<val1>, <label1>]</font></pre><pre><br>Best,<br></pre><pre>Mo<br></pre><br></div>