Displaying 3 results from an estimated 3 matches for "e6a0bc13".
2008 Aug 14
3
[LLVMdev] Eliminating gotos
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080814/e6a0bc13/attachment.html>
2008 Aug 14
0
[LLVMdev] Eliminating gotos
Hi Ben,
On Aug 12, 2008, at 11:36 AM, Benedict Gaster wrote:
> Hi Owen,
>
> On 12/08/2008 16:52, "Owen Anderson" <resistor at mac.com> wrote:
>
>>
>> SNIP
>>
>>
>> I'm still not seeing how these two are any different. You just
>> replace the text of "if" with "br", and add the explicit target
>>
2008 Aug 12
3
[LLVMdev] Eliminating gotos
Hi Owen,
On 12/08/2008 16:52, "Owen Anderson" <resistor at mac.com> wrote:
>
> SNIP
>
>
> I'm still not seeing how these two are any different. You just replace the
> text of "if" with "br", and add the explicit target labels. I should also
> point out that, in LLVM IR, the order the blocks are laid out in is not
> meaningful