[llvm] [VPlan] Extract reverse operation for reverse accesses (PR #146525)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 01:16:46 PDT 2025


================
@@ -2283,6 +2309,7 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
     HeaderMask->replaceAllUsesWith(EVLMask);
     ToErase.push_back(HeaderMask->getDefiningRecipe());
   }
+  convertToEVLReverse(Plan, TypeInfo, *AllOneMask, EVL);
----------------
Mel-Chen wrote:

Same, redirect to https://github.com/llvm/llvm-project/pull/146525#discussion_r2259508005.

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


More information about the llvm-commits mailing list