[PATCH] D36246: Fix the bug when SampleProfileWriter writes out number of callsites.

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 16:41:32 PDT 2017


davidxl added inline comments.


================
Comment at: test/tools/llvm-profdata/Inputs/sample-profile.proftext:13
  9: 2064 _Z3bari:1471 _Z3fooi:631
+ 10: inline1:1000
+  1: 1000
----------------
What does this actually test?


https://reviews.llvm.org/D36246





More information about the llvm-commits mailing list