[PATCH] D96081: Option to ignore assume like intrinsic uses in hasAddressTaken()
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 16:24:27 PST 2021
rampitec added inline comments.
================
Comment at: llvm/include/llvm/IR/Function.h:880
+ bool IgnoreCallbackUses = false,
+ bool IgnoreAssumeLikeCalls = false) const;
----------------
arsenm wrote:
> true may be a better default?
It probably is. I want to preserve current behavior and then we can switch the default.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96081/new/
https://reviews.llvm.org/D96081
More information about the llvm-commits
mailing list