[PATCH] D26855: New unsafe-fp-math implementation for X86 target

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 02:58:06 PST 2016


avt77 updated this revision to Diff 80397.
avt77 added a comment.

I updated the test related to reciprocal code gen. Now it shows most of possible variants of dividend (not only 1.0 as it was before). Now the patch is ready for final review.


https://reviews.llvm.org/D26855

Files:
  include/llvm/CodeGen/MachineCombinerPattern.h
  include/llvm/CodeGen/MachineInstr.h
  lib/CodeGen/MachineCombiner.cpp
  lib/CodeGen/MachineInstr.cpp
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  test/CodeGen/X86/recip-fastmath.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26855.80397.patch
Type: text/x-patch
Size: 38243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161206/4ddf95d5/attachment-0001.bin>


More information about the llvm-commits mailing list