search for: 8427320c

Displaying 2 results from an estimated 2 matches for "8427320c".

2008 Aug 12
0
[LLVMdev] Eliminating gotos
...ssed to a function call. You'd actually have to add instructions to the IR, or come up with a string-based tagging scheme or something --Owen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080812/8427320c/attachment.html>
2008 Aug 12
4
[LLVMdev] Eliminating gotos
Hi, Comments inline. Ben On 12/08/2008 03:14, "Owen Anderson" <resistor at mac.com> wrote: >> We would like to develop a code generator using LLVM for a target language >> that does not support conditional branches and in fact only supports >> structured control flow, eg. If and while. What's the difference between an "if" and a conditional