[PATCH] D159149: [Core] Allow `hasAddressTaken` to ignore "casted direct calls"
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 30 08:11:41 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Transforms/Attributor/callgraph.ll:428-429
+declare void @usedOnlyInCastedDirectCall(i32)
+define void @usedOnlyInCastedDirectCallCaller() {
+; CHECK-LABEL: @usedOnlyInCastedDirectCallCaller(
----------------
maybe comment this function
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159149/new/
https://reviews.llvm.org/D159149
More information about the llvm-commits
mailing list