PhiNodes

Doug Simon doug.simon at oracle.com
Fri Jul 19 06:32:17 PDT 2013


On Jul 18, 2013, at 2:24 PM, SINGH Ranjeet <s1255495 at sms.ed.ac.uk> wrote:

> Hi,
> 
> I'm trying to generate a high level programming language from the StructuredGraph of a method, I was wondering is there anyway way to eliminate the PhiNodes in a StructuredGraph so it goes back to non SSA form?

No, not without moving to LIR (which is something you could consider).

-Doug


More information about the graal-dev mailing list