[PATCH] D98884: [IR] Add opt-in parameter to hasAddressTaken() to ignore bitcasts callee in callbase instruction
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 12:34:27 PDT 2021
rampitec added inline comments.
================
Comment at: llvm/test/Analysis/CallGraph/ignore-bitcast-callees.ll:11
+
+define internal i32 @foo() #1 {
+entry:
----------------
remove #1, here and below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98884/new/
https://reviews.llvm.org/D98884
More information about the llvm-commits
mailing list