[PATCH] D22975: Compute the Newton series natively

Evandro Menezes via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 14:21:32 PDT 2016


evandro retitled this revision from "[AArch64] Compute the Newton series iterations natively" to "Compute the Newton series natively".
evandro updated the summary for this revision.
evandro updated this revision to Diff 66719.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: nemanjai, arsenm.

Repository:
  rL LLVM

https://reviews.llvm.org/D22975

Files:
  llvm/include/llvm/Target/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/test/CodeGen/AArch64/recp-fastmath.ll
  llvm/test/CodeGen/AArch64/sqrt-fastmath.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: D22975.66719.patch
Type: text/x-patch
Size: 29865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/d0dd0c92/attachment.bin>


More information about the llvm-commits mailing list