[PATCH] D146158: [FuncSpec] Track the return values of specializations.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 11:45:04 PDT 2023


labrinea added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/SCCPSolver.cpp:743
+    DenseSet<Value*> Visited;
+    invalidate(Call, Visited);
+    InstWorkList.push_back(Call);
----------------
Perhaps we could only run this only when the new lattice is more specific than the old one?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146158



More information about the llvm-commits mailing list