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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 01:13:11 PST 2025


================
@@ -997,6 +998,73 @@ bool VPlanTransforms::handleMaxMinNumReductions(VPlan &Plan) {
   return true;
 }
 
+bool VPlanTransforms::handleFindLastReductions(VPlan &Plan,
+                                               VPRecipeBuilder &RecipeBuilder) {
----------------
fhahn wrote:

```suggestion
bool VPlanTransforms::handleFindLastReductions(VPlan &Plan) {
```

I think this isn't needed in the latest version any longer?

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


More information about the llvm-commits mailing list