[BasicAA] Support loop phis in pointsToConstantMemory()
When looking for underlying objects, if we encounter one that we have already seen, then we should skip it (as it has already been checked) rather than bail out. In particular, this adds support for the case where we have a loop use of a phi recurrence.
Loading
Please sign in to comment