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

Chris Lattner clattner at apple.com
Sat Aug 13 13:53:37 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.

I'm fine with it if John is.  Please come up with a distinctive "fixme" that you can find for code that should be ripped out when we do the "hard switch" to the new model.

-Chris



More information about the llvm-commits mailing list