search for: 6a59ce32

Displaying 1 result from an estimated 1 matches for "6a59ce32".

2011 Jan 27
1
[LLVMdev] Update PHINode after extracting code
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