[all-commits] [llvm/llvm-project] 46bfd6: [LV] NFCI: Add RecurKind to VPPartialReductionChai...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Thu Feb 19 05:35:33 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46bfd69343945bc1621fbe3b1c55aa8a0f37bc3a
      https://github.com/llvm/llvm-project/commit/46bfd69343945bc1621fbe3b1c55aa8a0f37bc3a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

  Log Message:
  -----------
  [LV] NFCI: Add RecurKind to VPPartialReductionChain (#181705)

This avoids having to pass around the RecurKind or re-figure it out from
the VPReductionPHI node.

This is useful in a follow-up PR, where we need to distinguish between a
`Sub` and `AddWithSub` recurrence, which can't be deduced from the
`ReductionBinOp` field.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list