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