[PATCH] D31085: [InlineCost] Increase the cost of Switch

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 10:20:44 PDT 2017


junbuml added a comment.

Note that this change was originally written by @haicheng in https://reviews.llvm.org/D29870 and I updated his change by using a new TTI hook to get the number of case cluster based on https://reviews.llvm.org/D31080.


https://reviews.llvm.org/D31085





More information about the llvm-commits mailing list