[llvm] [VPlan] Update final IV exit value via VPlan. (PR #112147)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 12 14:35:13 PST 2025


================
@@ -9060,12 +8878,14 @@ collectUsersInExitBlocks(Loop *OrigLoop, VPRecipeBuilder &Builder,
 // exit users can be handled, otherwise return false.
 static bool
 addUsersInExitBlocks(VPlan &Plan,
-                     const SetVector<VPIRInstruction *> &ExitUsersToFix) {
+                     const SetVector<VPIRInstruction *> &ExitUsersToFix,
+                     DenseMap<VPValue *, VPValue *> &IVEndValues) {
----------------
fhahn wrote:

Should be gone now, thanks

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


More information about the llvm-commits mailing list