[llvm] [VPlan] Extract reverse operation for reverse accesses (PR #146525)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 06:24:32 PDT 2025
================
@@ -2623,6 +2646,34 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
}
}
ToErase.push_back(CurRecipe);
+
+ // Convert general reverse operations on loaded result into vp.reverse, when
----------------
fhahn wrote:
```suggestion
// Convert general reverse operations on loaded results into vp.reverse, when
```
https://github.com/llvm/llvm-project/pull/146525
More information about the llvm-commits
mailing list