We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3f097 commit 12020c6Copy full SHA for 12020c6
llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
@@ -429,8 +429,7 @@ bool VPlanVerifier::verify(const VPlan &Plan) {
429
return false;
430
}
431
432
- // TODO: Remove once loop regions are dissolved before execution.
433
- if (!VerifyLate && !isa<VPCanonicalIVPHIRecipe>(&*Entry->begin())) {
+ if (!isa<VPCanonicalIVPHIRecipe>(&*Entry->begin())) {
434
errs() << "VPlan vector loop header does not start with a "
435
"VPCanonicalIVPHIRecipe\n";
436
0 commit comments