[llvm] [ThinLTO]Mark referencers of local ifunc not eligible for import (PR #92431)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 10:36:04 PDT 2024


================
@@ -787,7 +804,9 @@ static void computeVariableSummary(ModuleSummaryIndex &Index,
                                    SmallVectorImpl<MDNode *> &Types) {
   SetVector<ValueInfo, std::vector<ValueInfo>> RefEdges;
   SmallPtrSet<const User *, 8> Visited;
-  bool HasBlockAddress = findRefEdges(Index, &V, RefEdges, Visited);
+  bool RefIFunc = false;
----------------
teresajohnson wrote:

Suggest "RefLocalIFunc"

https://github.com/llvm/llvm-project/pull/92431


More information about the llvm-commits mailing list