fix some bad logic that was removing all successor phi nodes, not just
out of chunk ones. the non-default second argument to removePredecessor() is necessary to avoid creating invalid IR on examples like the one in the provided test case Differential Revision: https://reviews.llvm.org/D131843
Loading
Please sign in to comment