[llvm] [VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (PR #109975)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 27 14:41:44 PDT 2024
================
@@ -1260,10 +1243,18 @@ static void remapOperands(VPBlockBase *Entry, VPBlockBase *NewEntry,
VPlan *VPlan::duplicate() {
// Clone blocks.
VPBasicBlock *NewPreheader = Preheader->clone();
- const auto &[NewEntry, __] = cloneFrom(Entry);
-
+ const auto &[NewEntry, _] = cloneFrom(Entry);
----------------
ayalz wrote:
Is there a real change here?
https://github.com/llvm/llvm-project/pull/109975
More information about the llvm-commits
mailing list