[PATCH] D96081: Option to ignore assume like intrinsic uses in hasAddressTaken()
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 22:37:45 PST 2021
madhur13490 added inline comments.
================
Comment at: llvm/lib/IR/Function.cpp:1582
/// other than direct calls or invokes to it. Optionally ignores callback
/// uses.
bool Function::hasAddressTaken(const User **PutOffender,
----------------
Please update this comment with a clear description of the new bool.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96081/new/
https://reviews.llvm.org/D96081
More information about the llvm-commits
mailing list