[llvm] [ctx_prof] Add support for ICP (PR #105469)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 13:11:03 PDT 2024


================
@@ -1585,6 +1586,7 @@ class InstrProfCallsite : public InstrProfCntrInstBase {
     return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V));
   }
   Value *getCallee() const;
+  void setCallee(Value *);
----------------
snehasish wrote:

Name the param?

https://github.com/llvm/llvm-project/pull/105469


More information about the llvm-commits mailing list