[PATCH] D43521: [ThinLTO] Compute synthetic function entry count

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 08:39:59 PST 2018


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM with 1 minor comment nit below, and also can you please add a test like test/Bitcode/thinlto-deadstrip-flag.ll to test for the new flag directly?



================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:818
 
+  /// Indicates that summary-based synthetic entry count propagatin has run
+  bool HasSyntheticEntryCounts = false;
----------------
s/propagatin/propagation/


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D43521/new/

https://reviews.llvm.org/D43521





More information about the llvm-commits mailing list