Displaying 2 results from an estimated 2 matches for "e98da7ef".
2011 Jan 27
0
[LLVMdev] Update PHINode after extracting code
...to the
> new node.
>
> Are you going to contribute your region extractor? It would be pretty
> useful for me.
>
> Cheers
> Tobi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110127/e98da7ef/attachment.html>
2011 Jan 27
2
[LLVMdev] Update PHINode after extracting code
On 01/27/2011 12:48 AM, Vu Le wrote:
> Hi Tobias,
> If the PHI node at exit block of region R has multiple inputs from the R,
> I split the exit block into 2.
> The first block contains all PHI nodes whose input are all from the region.
> The second is the new exit node.
>
> All branches (outside R) to the old exit now point the new exit.
> All regions whose exit is the old