[PATCH] D13304: Avoid inlining in throw statement

Manman Ren via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 3 15:59:50 PST 2015


manmanren added a subscriber: manmanren.
manmanren added a comment.

Inliner currently does not include analysis passes such as BPI and BFI. With the new pass manager, we should be able to hook up inliner with BFI (and we can handle throw in BFI). Before that, maybe we can add this as part of inlining analysis?


http://reviews.llvm.org/D13304





More information about the cfe-commits mailing list