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

John McCall rjmccall at apple.com
Fri Aug 12 19:32:47 PDT 2011


On Aug 12, 2011, at 4:06 PM, Bill Wendling wrote:
> 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!

This looks basically okay to me.

John.



More information about the llvm-commits mailing list