Unconditionally call verifyPreservedAnalysis after each loop pass. Previously this function was not called in the case where the loop was eliminated (such as if the loop is fully unrolled). However, we want to call verifyPreservedAnalysis in this case because preserved analysis such as LoopInfo may have been modified.
This revision needs review, but all reviewers have resigned.
Details
Details
Diff Detail
Diff Detail