[llvm] [VPlan] Connect (MemRuntime|SCEV)Check blocks as VPlan transform (NFC). (PR #143879)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 5 14:04:43 PDT 2025
================
@@ -487,10 +487,16 @@ void VPBasicBlock::connectToPredecessors(VPTransformState &State) {
} else {
// Set each forward successor here when it is created, excluding
// backedges. A backward successor is set when the branch is created.
+ // Branches to VPIRBasicBlocks must have the same successors in VPlan as
+ // in the original IR, except if the predecessors is the entry block. This
----------------
fhahn wrote:
updated thanks
https://github.com/llvm/llvm-project/pull/143879
More information about the llvm-commits
mailing list