[llvm] [llvm][ctx_profile] Add the `llvm.instrprof.callsite` intrinsic (PR #89939)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 10:55:40 PDT 2024
================
@@ -1519,6 +1520,21 @@ class InstrProfIncrementInstStep : public InstrProfIncrementInst {
}
};
+/// This represents the llvm.instrprof.increment intrinsic.
----------------
mtrofin wrote:
done - thanks for the catch!
https://github.com/llvm/llvm-project/pull/89939
More information about the llvm-commits
mailing list