[llvm] [LV] Add support for partial reductions without a binary op (PR #133922)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 06:21:07 PDT 2025
================
@@ -30,18 +30,18 @@ struct VFRange;
/// accumulator).
struct PartialReductionChain {
PartialReductionChain(Instruction *Reduction, Instruction *ExtendA,
- Instruction *ExtendB, Instruction *BinOp)
----------------
david-arm wrote:
Done
https://github.com/llvm/llvm-project/pull/133922
More information about the llvm-commits
mailing list