[PATCH] D138722: Overload all llvm.annotation intrinsics for globals argument
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 2 10:53:42 PST 2022
arsenm added inline comments.
================
Comment at: llvm/test/Bitcode/upgrade-annotation.ll:14
+
+declare i32 @llvm.annotation.i32(i32, i8*, i8*, i32)
+; CHECK: declare i32 @llvm.annotation.i32.p0i8(i32, i8*, i8*, i32)
----------------
New tests should use opaque pointers. For autoupgrade we may want and need both test copies
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138722/new/
https://reviews.llvm.org/D138722
More information about the cfe-commits
mailing list