[PATCH] D44399: [ThinLTO] Add funtions in callees metadata to CallGraphEdges

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 16:13:11 PDT 2018


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

LGTM with comment suggestion below



================
Comment at: lib/Analysis/ModuleSummaryAnalysis.cpp:294
 
+        // Check if the instruction has a callees metadata. If so, add calles
+        // to CallGraphEdges.
----------------
s/calles/callees/
add something like "to reflect the references from the metadata, and to enable importing and subsequent indirect call promotion and inlining".


Repository:
  rL LLVM

https://reviews.llvm.org/D44399





More information about the llvm-commits mailing list