[PATCH] D126455: [FuncSpec] Make the Function Specializer part of the IPSCCP pass.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 01:47:05 PST 2022
labrinea added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/FunctionSpecialization.cpp:690
+ for (CallBase *CS : ToUpdate) {
+ bool Count = CS->getFunction() == F;
+ for (unsigned I = 0; I < Clones.size(); ++I) {
----------------
I'll rename this and add a comment to explain what it is used for.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126455/new/
https://reviews.llvm.org/D126455
More information about the llvm-commits
mailing list