[LLVMdev] RFC: New Exception Handling Proposal
Duncan Sands
baldrick at free.fr
Tue Nov 24 03:58:56 PST 2009
Hi Jay,
> Are you saying that, in the LLVM IR, it would be legal to have an
> llvm.eh.exception that *isn't* dominated by convokes (because there's
> a direct branch to that catch block), and in that case the call
> returns an undefined value?
this is already the case (with invoke substituted for convoke).
And it would be up to codegen to "peel it
> out into its own basic block"?
Not sure what that means?
Ciao,
Duncan.
More information about the llvm-dev
mailing list