[PATCH] D52966: [Merge SImilar Function ThinLTO 3/n] Add hash code to function summary
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 15 10:09:08 PDT 2018
tejohnson added inline comments.
================
Comment at: lib/Transforms/IPO/MergeSimilarFunctions.cpp:1228
+ static char ID;
+ const ModuleSummaryIndex *Summary;
+ MergeSimilarFunctions(const ModuleSummaryIndex *Summary = nullptr)
----------------
Where/how is this used by the patch? I don't see any use here. I tried finding in one of the other 4 related patches, but didn't see it being used there either.
https://reviews.llvm.org/D52966
More information about the llvm-commits
mailing list