[PATCH] D15289: Avoid inlining CallSites leading to unreachable
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 11:50:43 PST 2015
junbuml added a comment.
I took this intermediate step simply because I thought that BPI should be hooked with new pass manager.
I believe using the BPI object directly to find call sites leading to some uncommon regions must be a better approach and will make everything smoother with the new pass mananger later.
http://reviews.llvm.org/D15289
More information about the llvm-commits
mailing list