[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)

Kolya Panchenko via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 12:30:57 PDT 2024


================
@@ -1598,6 +1628,29 @@ void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent,
     O << " (with final reduction value stored in invariant address sank "
          "outside of loop)";
 }
+
+void VPReductionEVLRecipe::print(raw_ostream &O, const Twine &Indent,
----------------
nikolaypanchenko wrote:

can you also add vplan test for that recipe ?

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


More information about the llvm-commits mailing list