[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 11:51:27 PST 2024


================
@@ -194,6 +194,7 @@ bool VPlanVerifier::verifyVPBasicBlock(const VPBasicBlock *VPBB) {
       errs() << "not in a VPIRBasicBlock!\n";
       return false;
     }
+
----------------
fhahn wrote:

Undone, thanks

https://github.com/llvm/llvm-project/pull/114292


More information about the llvm-commits mailing list