[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 02:01:11 PST 2025
================
@@ -4722,3 +4722,75 @@ void VPlanTransforms::addExitUsersForFirstOrderRecurrences(VPlan &Plan,
}
}
}
+
+void VPlanTransforms::convertFindLastRecurrences(
----------------
fhahn wrote:
Could you move the code next to `handleMaxMinNumReductions` in VPlanConstruction.cpp, which takes care of handling/legalizing other reduction kinds?
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list