[llvm-commits] [Patch] Exception Handling Inlining

Bill Wendling wendling at apple.com
Tue Aug 2 10:58:17 PDT 2011


Ping?

-bw

On Jul 30, 2011, at 12:12 AM, Bill Wendling wrote:

> This patch implements inlining with the new EH scheme. It builds off of the current EH inlining work. It uses the 'resume' instruction instead of the 'llvm.eh.resume' intrinsic. It no longer needs to hunt down the llvm.eh.exception and llvm.eh.selector intrinsics, because those have been replaced by the landingpad instruction.
> 
> Please review.
> 
> -bw
> 
> <eh.4.diff>
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list