[llvm] [nfc][ctx_prof] Factor the callsite instrumentation exclusion criteria (PR #108471)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 15:04:44 PDT 2024
================
@@ -250,6 +250,25 @@ define void @no_counters() {
call void @bar()
ret void
}
+
+define void @inlineasm() {
----------------
teresajohnson wrote:
But isn't the "llvm.instrprof.increment" instrumentation? Oh I see we are looking to make sure there is no "llvm.instrprof.callsite" instrumentation, right? Maybe just mention that.
https://github.com/llvm/llvm-project/pull/108471
More information about the llvm-commits
mailing list