[PATCH] D152187: [profi][NFC] Get rid of afdo_detail::TypeMap
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 12:46:10 PDT 2023
hoy accepted this revision.
hoy added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/Transforms/Utils/SampleProfileInference.h:119
/// Sample profile inference pass.
template <typename BT> class SampleProfileInference {
public:
----------------
nit: rename BT to FT, which stands for function type
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152187/new/
https://reviews.llvm.org/D152187
More information about the llvm-commits
mailing list