[LLVMdev] Update PHINode after extracting code

Tobias Grosser grosser at fim.uni-passau.de
Thu Jan 27 11:35:16 PST 2011


On 01/27/2011 02:27 PM, Vu Le wrote:
> Oh, yes.
> My algorithm extracts regions in a top-down manner.
> I modified your RegionPass so that it only visits 2nd level regions.
> Those regions are extracted into functions and the process
> continues for the new functions.
> It's kind of messy since I've just played with LLVM.
> I'll modify the algorithm so it can extract regions bottom-up.
> Vu

Cool. It would be great to integrate this in LLVM. I would be glad to 
review some patches.

By the way. For what are you using this?

Tobi



More information about the llvm-dev mailing list