[llvm] [ctx_prof] Factor the callsite instrumentation exclusion criteria (PR #108471)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 13:31:58 PDT 2024
================
@@ -250,6 +250,25 @@ define void @no_counters() {
call void @bar()
ret void
}
+
+define void @inlineasm() {
----------------
teresajohnson wrote:
I'm not sure what specifically we are looking for below with regards to the check affected by this patch. Maybe add a comment.
https://github.com/llvm/llvm-project/pull/108471
More information about the llvm-commits
mailing list