[llvm] [VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (PR #109975)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 12:27:28 PDT 2024
================
@@ -8957,7 +8941,14 @@ static void addLiveOutsForFirstOrderRecurrences(
VPInstruction::ResumePhi, {Resume, FOR->getStartValue()}, {},
"scalar.recur.init");
auto *FORPhi = cast<PHINode>(FOR->getUnderlyingInstr());
----------------
fhahn wrote:
Dropped, thanks!
https://github.com/llvm/llvm-project/pull/109975
More information about the llvm-commits
mailing list