Displaying 2 results from an estimated 2 matches for "e831a431".
2010 Nov 27
0
[LLVMdev] RFC: Exception Handling Proposal II
...> 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/20101127/e831a431/attachment.html>
2010 Nov 25
5
[LLVMdev] RFC: Exception Handling Proposal II
On 25 November 2010 07:51, Duncan Sands <baldrick at free.fr> wrote:
> If you got to XYZ because an instruction threw an exception before %x was
> defined, then in XYZ you are using %x which was never defined. In effect
> the definition of %x in bb does not dominate the use in XYZ. I think the
> solution is to say that in XYZ you are not allowed to use any values defined
>