[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 09:13:35 PST 2025


================
@@ -992,3 +992,66 @@ bool VPlanTransforms::handleMaxMinNumReductions(VPlan &Plan) {
   MiddleTerm->setOperand(0, NewCond);
   return true;
 }
+
+void VPlanTransforms::convertFindLastRecurrences(
+    VPlan &Plan, VPRecipeBuilder &RecipeBuilder) {
----------------
huntergr-arm wrote:

It's now used again when looking up the condition if the Select is a replicate recipe.

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


More information about the llvm-commits mailing list