[PATCH] D22491: Added ThinLTO inlining statistics

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 17:20:20 PDT 2016


tejohnson added inline comments.

================
Comment at: test/Transforms/Inline/inline_stats.ll:19
@@ +18,3 @@
+; CHECK: imported functions inlined into importing module: 3 [42.86% of imported functions], left: 4 [57.14% of imported functions]
+; CHECK: non-imported functions inlined anywhere: 1 [33.33% of non-imported functions]
+; CHECK: non-imported functions inlined into importing module: 1 [33.33% of non-imported functions]
----------------
Sure, or "remaining", or "not inlined" to be explicit


https://reviews.llvm.org/D22491





More information about the llvm-commits mailing list