[llvm] [llvm][ctx_profile] Add the `llvm.instrprof.callsite` intrinsic (PR #89939)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 08:48:01 PDT 2024
================
@@ -1519,6 +1520,21 @@ class InstrProfIncrementInstStep : public InstrProfIncrementInst {
}
};
+/// This represents the llvm.instrprof.increment intrinsic.
----------------
ellishg wrote:
```suggestion
/// This represents the llvm.instrprof.callsite intrinsic.
```
https://github.com/llvm/llvm-project/pull/89939
More information about the llvm-commits
mailing list