[llvm] [VPlan] Extract reverse operation for reverse accesses (PR #146525)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 01:52:51 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
----------------
Mel-Chen wrote:
15e70477d24a0d3c655706b1170bc806810311be
https://github.com/llvm/llvm-project/pull/146525
More information about the llvm-commits
mailing list