Mingjie Xu
Results
3
comments of
Mingjie Xu
Thanks for the reply! I will try with `memSSA.buildFullSVFGWithoutOPT(ander)` .
Hi yuleisui, Sorry for another question, how can I perform a reachable analysis for basic blocks in ICFG to see if two basic blocks are AllPathReachable or SomePathReach?
> But, for example, if someone did PN->removeIncomingValueIf([](unsigned Idx) { return Idx == 0; }) to remove only the first incoming value, I believe the new code would end up...