[PATCH] D132052: [BOLT] Emit LSDA call sites for all fragments
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 13:41:01 PDT 2022
Amir added inline comments.
================
Comment at: bolt/include/bolt/Core/BinaryFunction.h:1428
+ CallSites.begin(), CallSites.end(), std::make_pair(F, CallSite()),
+ [](const std::pair<FragmentNum, CallSite> &Lhs,
+ const std::pair<FragmentNum, CallSite> &Rhs) {
----------------
Why not using `llvm::less_first` here and below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132052/new/
https://reviews.llvm.org/D132052
More information about the llvm-commits
mailing list