[llvm] [nfc][ctx_prof] Factor the callsite instrumentation exclusion criteria (PR #108471)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 15:07:20 PDT 2024
================
@@ -250,6 +250,25 @@ define void @no_counters() {
call void @bar()
ret void
}
+
+define void @inlineasm() {
----------------
mtrofin wrote:
Yup - and clarified.
https://github.com/llvm/llvm-project/pull/108471
More information about the llvm-commits
mailing list