[PATCH] D52716: [Inliner] Penalise inlining of calls with loops at Oz

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 12:18:38 PDT 2018


efriedma added a comment.

Before we start adding more heuristics, I'd like to make sure the existing heuristics are working correctly.  In particular, for the given testcases, NumInstructionsSimplified seems way larger than it should be.


https://reviews.llvm.org/D52716





More information about the llvm-commits mailing list