[all-commits] [llvm/llvm-project] b7052f: [DAGCombiner] Do not fold fadd (fmul x, y), (fmul ...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Jun 1 08:35:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7052fa3295e49bbd6b90cf9c874392721603df2
      https://github.com/llvm/llvm-project/commit/b7052fa3295e49bbd6b90cf9c874392721603df2
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/AMDGPU/dagcombine-fma-fmad.ll

  Log Message:
  -----------
  [DAGCombiner] Do not fold fadd (fmul x, y), (fmul x, y) -> fma x, y, (fmul x, y)

Differential Revision: https://reviews.llvm.org/D151890




More information about the All-commits mailing list