[PATCH] D32596: [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub A, (fadd B, B)).

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 07:28:03 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302153: [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub A, (fadd B, B)). (authored by mcrosier).

Changed prior to commit:
  https://reviews.llvm.org/D32596?vs=97713&id=97825#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32596

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/fadd-combines.ll
  llvm/trunk/test/CodeGen/AMDGPU/fmuladd.f32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32596.97825.patch
Type: text/x-patch
Size: 5117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170504/274590fb/attachment.bin>


More information about the llvm-commits mailing list