[VPlan] Verify CFG invariants first (NFCI).
Verifying CFG invariants of a block before verifying its contents allows contents verification to rely on the CFG invariants (e.g. that there's a vector loop region that can be retrieved). This avoids extra checks in https://github.com/llvm/llvm-project/pull/76172.
parent
2a65941a
Please register or sign in to comment