No verification for pass mangers since it is not needed.
No verification for skipped loop pass since the asserted condition is not used.
Ideally, we should use add a BeforeNonSkippedPass callback for this. But
the callback API need to modification to pass required verification
argument. Let's defer this further until more similar needs arise so a
commonly useful API could be decided. One have in mind is MachineVerifier
which needs machine analysis manager to work.
move this up even more? right after Loop *L = Worklist.pop_back_val();