[llvm-commits] [Patch] Exception Handling Inlining
Bill Wendling
wendling at apple.com
Sat Jul 30 00:12:52 PDT 2011
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eh.4.diff
Type: application/octet-stream
Size: 9410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110730/f77fbc48/attachment.obj>
-------------- next part --------------
More information about the llvm-commits
mailing list