[PATCH] D15289: Avoid inlining CallSites leading to unreachable

Andy Ayers via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 19:50:40 PST 2015


AndyAyers added a comment.

I'm saying you probably can't really reliably use "main" (or any of windows's myriad variations of the name) as something to base heuristics on. Even if you could, it would be annoying to get different optimizations for code depending on the name of the function that contained the code.


http://reviews.llvm.org/D15289





More information about the llvm-commits mailing list