2007/11/3, J.C. Pizarro <[EMAIL PROTECTED]> wrote: > They need to add an algorithm post-SSA that the code reuse the variables > converting a_j <- phi(a_i,...) to a_k <- phi(a_k,...).
I'm sorry, "a_k <- phi(a_k,...)" is invalid due to SSA form definition, but this algorithm need some form to represent it, e.g. SSA-extended. J.C. Pizarro