[PATCH] D96179: Ignore assume like calls by default in hasAddressTaken()
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 15 22:28:42 PDT 2021
madhur13490 added a comment.
In D96179#2693680 <https://reviews.llvm.org/D96179#2693680>, @rampitec wrote:
> In D96179#2693666 <https://reviews.llvm.org/D96179#2693666>, @madhur13490 wrote:
>
>> I hope this doesn't run into the issues I observed in D98884 <https://reviews.llvm.org/D98884>. Doing bootstrap builds locally would strengthen testing.
>
> That's the point. It is effectively default on for a long time already.
"On" from CG builder but not from *all* places. Not all callers of this function are passing "true" for IgnoreAssumeLikeCalls.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96179/new/
https://reviews.llvm.org/D96179
More information about the llvm-commits
mailing list