[llvm-commits] [PATCH] Inlining for New EH Model
Bill Wendling
wendling at apple.com
Sat Aug 13 22:04:13 PDT 2011
On Aug 13, 2011, at 1:53 PM, Chris Lattner wrote:
> 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.
>
Will do. Thanks, John & Chris.
-bw
More information about the llvm-commits
mailing list