[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:24 PDT 2024
================
@@ -394,6 +395,8 @@ Value *getShuffleReduction(IRBuilderBase &Builder, Value *Src, unsigned Op,
/// Fast-math-flags are propagated using the IRBuilder's setting.
Value *createSimpleTargetReduction(IRBuilderBase &B, Value *Src,
RecurKind RdxKind);
+Value *createSimpleTargetReduction(VectorBuilder &VB, Value *Src,
----------------
Mel-Chen wrote:
518051b849bdf0148ff1ec3b499da667873eec0a
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list