[PATCH] D65170: Migrate some more fadd and fsub cases away from UnsafeFPMath control to utilize NoSignedZerosFPMath options control

Michael Berg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 15:01:12 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367486: Migrate some more fadd and fsub cases away from UnsafeFPMath control to utilizeā€¦ (authored by mcberg2017, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D65170?vs=212621&id=212674#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65170/new/

https://reviews.llvm.org/D65170

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/test/CodeGen/AArch64/fadd-combines.ll
  llvm/trunk/test/CodeGen/AMDGPU/enable-no-signed-zeros-fp-math.ll
  llvm/trunk/test/CodeGen/AMDGPU/ffloor.f64.ll
  llvm/trunk/test/CodeGen/AMDGPU/fneg-combines.ll
  llvm/trunk/test/CodeGen/PowerPC/fma-mutate.ll
  llvm/trunk/test/CodeGen/PowerPC/fmf-propagation.ll
  llvm/trunk/test/CodeGen/PowerPC/qpx-recipest.ll
  llvm/trunk/test/CodeGen/PowerPC/recipest.ll
  llvm/trunk/test/CodeGen/X86/dagcombine-unsafe-math.ll
  llvm/trunk/test/CodeGen/X86/fmul-combines.ll
  llvm/trunk/test/CodeGen/X86/fp-fast.ll
  llvm/trunk/test/CodeGen/X86/fp-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65170.212674.patch
Type: text/x-patch
Size: 56064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/5ba9c1d3/attachment.bin>


More information about the llvm-commits mailing list