[llvm] [LV] Handle partial reductions with predication (PR #194859)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 06:35:14 PDT 2026
================
@@ -6355,6 +6355,9 @@ struct VPPartialReductionChain {
/// is `1 - AccumulatorOpIdx`.
unsigned AccumulatorOpIdx;
unsigned ScaleFactor;
+
----------------
sdesmalen-arm wrote:
very minor nit: remove newline to match rest of struct definition.
https://github.com/llvm/llvm-project/pull/194859
More information about the llvm-commits
mailing list