search for: 5d76bad3

Displaying 2 results from an estimated 2 matches for "5d76bad3".

2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
...r we add the corresponding functions to RegionInfo and you > translate just the regions that you finally will extract. > > Cheers > Tobi > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110126/5d76bad3/attachment.html>
2011 Jan 27
2
[LLVMdev] Update PHINode after extracting code
On 01/26/2011 07:50 PM, Vu Le wrote: > I guess I didn't have a clear question. > > Suppose we have BB1 and BB2 both point to BB3. > BB1 has variable x. BB2 also as variable x. > BB3 will have PHINode for x with 2 value from BB1 and BB2. > BB1 BB2 > \ / > BB3 > > Now if BB1 and BB2 is extracted into a function > (using ExtractCodeRegion), they