[BasicAA] Only add visited phi blocks temporarily
Visited phi blocks only need to be added for the duration of the recursive alias queries, they should not leak into following code. Once again, while this also improves analysis precision, this is mainly intended to clarify the applicability scope of VisitedPhiBBs.
Loading
Please register or sign in to comment