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

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 03:47:28 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) {
----------------
david-arm wrote:

The `IVEndValues` parameter seems to be unused here.

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


More information about the llvm-commits mailing list