[PATCH] D93891: [DAGCombine] Remove the check for unsafe-fp-math when we are checking the AFN

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 18:58:00 PST 2020


steven.zhang updated this revision to Diff 314051.
steven.zhang retitled this revision from "[DAGCombine] Respect the unsafe-fp-math when perform the transformation of fpow()" to "[DAGCombine] Remove the check for unsafe-fp-math when we are checking the AFN".
steven.zhang edited the summary of this revision.
Herald added subscribers: kerbowa, pengfei, nhaehnle, jvesely, jholewinski.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93891

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/fneg-combines.ll
  llvm/test/CodeGen/AMDGPU/frem.ll
  llvm/test/CodeGen/NVPTX/fast-math.ll
  llvm/test/CodeGen/NVPTX/sqrt-approx.ll
  llvm/test/CodeGen/X86/sqrt-fastmath-mir.ll
  llvm/test/CodeGen/X86/sqrt-fastmath.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93891.314051.patch
Type: text/x-patch
Size: 13117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201230/35f09020/attachment.bin>


More information about the llvm-commits mailing list