[llvm] [LV][EVL] Support reduction idioms using tail folding with EVL. (PR #90184)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 23:47:17 PDT 2024
================
@@ -414,6 +417,9 @@ Value *createTargetReduction(IRBuilderBase &B, const RecurrenceDescriptor &Desc,
Value *createOrderedReduction(IRBuilderBase &B,
const RecurrenceDescriptor &Desc, Value *Src,
Value *Start);
+Value *createOrderedReduction(VectorBuilder &VB,
----------------
Mel-Chen wrote:
518051b849bdf0148ff1ec3b499da667873eec0a
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list