[llvm-branch-commits] [llvm] [ctx_prof] Add support for ICP (PR #105469)
Snehasish Kumar via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 26 15:40:03 PDT 2024
================
@@ -300,6 +305,11 @@ Value *InstrProfCallsite::getCallee() const {
return nullptr;
}
+void InstrProfCallsite::setCallee(Value *V) {
----------------
snehasish wrote:
nit: `Value* Callee` to match the decl.
https://github.com/llvm/llvm-project/pull/105469
More information about the llvm-branch-commits
mailing list