Displaying 2 results from an estimated 2 matches for "b0d32031".
2017 Jun 07
2
Function with multi return path?
...e in code complexity
> than you save.
>
I don't think blockaddress/indirectbr supports non-local jump. Does it?
Or do you mean something else?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170607/b0d32031/attachment.html>
2017 Jun 02
2
Function with multi return path?
2017-06-02 19:51 GMT+08:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>:
> On 2 Jun 2017, at 03:38, TONGARI J via llvm-dev <llvm-dev at lists.llvm.org>
> wrote:
> >
> > I'm aware of the invoke instruction and landingpad. But it's too heavy
> > weight for control flow. It's quite expensive to take the exceptional
> path
> > in C++.
>