[llvm-commits] [PATCH] Inlining for New EH Model

Bill Wendling wendling at apple.com
Fri Aug 12 16:06:11 PDT 2011


This patch builds on top of the current EH inlining code that John wrote. However, the new scheme doesn't need a lot of that code, because of the invariants placed upon the landingpad instruction. Therefore, this patch doesn't remove a lot of the code that will be removed once we switch over to the new scheme. And some of the names won't be finalized until then either.

Please review and let me know what you think. Thanks!

-bw

-------------- next part --------------
A non-text attachment was scrubbed...
Name: eh.inline.diff
Type: application/octet-stream
Size: 9419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110812/8dd29a0c/attachment.obj>
-------------- next part --------------




More information about the llvm-commits mailing list