[PATCH] D73698: [ThinLTO] Import globals recursively

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 14:11:26 PDT 2020


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

Sorry this took awhile. LGTM



================
Comment at: llvm/lib/Transforms/IPO/FunctionImport.cpp:265
-using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */,
-                            GlobalValue::GUID>;
 
----------------
Thanks for cleaning up the unused GUID here - looks like the use was removed in my D48670 patch and I failed to remove it from here.


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

https://reviews.llvm.org/D73698



More information about the llvm-commits mailing list