[llvm] [LV] Support strided load with a stride of -1 (PR #128718)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 12 13:42:56 PDT 2025


================
@@ -632,7 +632,6 @@ static void legalizeAndOptimizeInductions(VPlan &Plan) {
     auto *PhiR = dyn_cast<VPWidenInductionRecipe>(&Phi);
     if (!PhiR)
       continue;
-
----------------
fhahn wrote:

unrelated change

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


More information about the llvm-commits mailing list