[llvm] [ctxprof] Instrumentation: handle direct call targets to aliases (PR #142657)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 05:39:25 PDT 2025
================
@@ -335,6 +339,41 @@ define void @unreachable() {
;
unreachable
}
+
+ at foo_alias = weak_odr unnamed_addr alias void (i32, ptr), ptr @foo
+
+define void @call_alias(ptr %a) {
+; INSTRUMENT-LABEL: define void @call_alias(
+; INSTRUMENT-SAME: ptr [[A:%.*]]) {
----------------
mtrofin wrote:
This is autogenerated with `update_test_checks`
https://github.com/llvm/llvm-project/pull/142657
More information about the llvm-commits
mailing list