[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 02:57:10 PDT 2024
================
@@ -1611,6 +1648,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,
+ VPSlotTracker &SlotTracker) const {
+ O << Indent << "REDUCE ";
----------------
fhahn wrote:
Can you add a test for printing the recipe, if there isn't one yet? (Couldn't find one)
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list