[PATCH] D30799: Refactor the PSI to extract getCallSiteCount and remove checks for profile type.

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 11:43:45 PST 2017


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

Please run clang-format to fix the formatting issue before committing this patch.



================
Comment at: include/llvm/Analysis/ProfileSummaryInfo.h:59
+  static Optional<uint64_t> getProfileCount(const Instruction *CallInst,
+                                         BlockFrequencyInfo *BFI);
   /// \brief Returns true if \p F has hot function entry.
----------------
Not formatted correctly. 


https://reviews.llvm.org/D30799





More information about the llvm-commits mailing list