[PATCH] D36233: [ThinLTO] Add FunctionAttrs to ThinLTO index

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 11:11:28 PDT 2017


mehdi_amini added inline comments.


================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:66
+  explicit CalleeInfo(HotnessType Hotness, MemoryAccessKind A)
+      : Hotness(Hotness), MemoryAccess(A) {}
 
----------------
I don't think you're populating these in any way. For now I would leave this out of the patch and focus on the function summary part of it only.


https://reviews.llvm.org/D36233





More information about the llvm-commits mailing list