[llvm] [VPlan] Model branch cond to enter scalar epilogue in VPlan. (PR #92651)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 12:44:50 PDT 2024


================
@@ -654,12 +680,23 @@ static std::pair<VPBlockBase *, VPBlockBase *> cloneSESE(VPBlockBase *Entry) {
       Entry);
   for (VPBlockBase *BB : RPOT) {
     VPBlockBase *NewBB = BB->clone();
-    for (VPBlockBase *Pred : BB->getPredecessors())
----------------
fhahn wrote:

Split off in ef1773ad57507727e4cafdb43b9c28ac03e01ae5

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


More information about the llvm-commits mailing list