search for: 6340bbfb

Displaying 2 results from an estimated 2 matches for "6340bbfb".

2010 Dec 09
0
[LLVMdev] Inlining and exception handling in LLVM and GCC
...the landing pad. --Nathan p.s. I apologize if this was the intended behavior all along, I have been trying to follow this discussion as best as I can. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101208/6340bbfb/attachment.html>
2010 Dec 08
2
[LLVMdev] Inlining and exception handling in LLVM and GCC
On 8 December 2010 18:45, Devang Patel <dpatel at apple.com> wrote: > I do not know EH or details of these proposals. But do not forget, basic blocks are merged/split/deleted, instructions are added/removed/moved/copied/replaced. Indeed. Having the information in the invoke kinda alleviates this problem, but removing the invoke syntax will bring that back. One way to merge two basic