[llvm] [VPlan] Compute induction end values in VPlan. (PR #112145)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 05:57:20 PST 2024


================
@@ -9209,9 +9173,9 @@ addUsersInExitBlocks(VPlan &Plan,
 static void addExitUsersForFirstOrderRecurrences(
     VPlan &Plan, SetVector<VPIRInstruction *> &ExitUsersToFix) {
   VPRegionBlock *VectorRegion = Plan.getVectorLoopRegion();
-  auto *ScalarPHVPBB = Plan.getScalarPreheader();
+  auto *MainScalarPH = Plan.getScalarPreheader();
----------------
fhahn wrote:

Undone, thanks

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


More information about the llvm-commits mailing list