[all-commits] [llvm/llvm-project] d90cac: [DAGCombine] Simplify partial_reduce_*mla with con...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Tue May 6 05:52:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d90cac964130004d449b94f6020264c14e1cb999
      https://github.com/llvm/llvm-project/commit/d90cac964130004d449b94f6020264c14e1cb999
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/AArch64/sve-partial-reduce-dot-product.ll

  Log Message:
  -----------
  [DAGCombine] Simplify partial_reduce_*mla with constant. (#138289)

partial_reduce_*mla(acc, mul(ext(x), splat(C)), splat(1))
-> partial_reduce_*mla(acc, x, C)



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