[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR

Reid Kleckner rnk at google.com
Wed Dec 3 15:16:36 PST 2014


On Wed, Dec 3, 2014 at 2:26 PM, Vadim Chugunov <vadimcn at gmail.com> wrote:
>
> So what's to become of llvm.lifetime.start/end?   Are they going to be
> removed or fixed?
>

Arnaud is looking at them. They are only an optimization hint, though, so
it's OK if analysis fails a variable is considered live across the entire
function. It's not OK if we think that a landing pad is active over the
entire function.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141203/63fa6dc9/attachment.html>


More information about the llvm-dev mailing list