[PATCH] D139346: [FuncSpec] Global ranking of specialisations
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 11 07:23:35 PST 2022
labrinea added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/FunctionSpecialization.cpp:743
+ const Spec *End) {
+ // Collect the call sites that neeed updating.
+ SmallVector<CallBase *> ToUpdate;
----------------
typo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139346/new/
https://reviews.llvm.org/D139346
More information about the llvm-commits
mailing list