[all-commits] [llvm/llvm-project] 1963fe: [LV] Replace "BinOp" with "ExtendedOp" in partial ...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Apr 17 01:08:20 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1963feb560d6f95c0402c48d3c75bcb06057827c
      https://github.com/llvm/llvm-project/commit/1963feb560d6f95c0402c48d3c75bcb06057827c
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

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

  Log Message:
  -----------
  [LV] Replace "BinOp" with "ExtendedOp" in partial reduction transforms (NFCI) (#192422)

"BinOp" as not been accurate for a while (as it's sometime just an
extend). After #188043, it can now also be an "abs" in some cases.

This patch renames "BinOp" to "ExtendedOp" (in line with
matchExtendedReductionOperand). It also updates some doc comments and
tweaks matching the "ExtendedOp" in transformToPartialReduction.



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