[PATCH] D26518: [AArch64] Compute the Newton series for reciprocals natively

Evandro Menezes via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 12:48:40 PST 2016


evandro created this revision.
evandro added reviewers: spatel, t.p.northover, rengolin.
evandro added subscribers: llvm-commits, tstellarAMD, n.bozhenov, hfinkel, spop.
evandro set the repository for this revision to rL LLVM.
Herald added a subscriber: aemerson.

Implement the Newton series for square root, its reciprocal and reciprocal natively using the helper instructions in AArch64.


Repository:
  rL LLVM

https://reviews.llvm.org/D26518

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/recp-fastmath.ll
  llvm/test/CodeGen/AArch64/sqrt-fastmath.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26518.77536.patch
Type: text/x-patch
Size: 13770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/c0b61c28/attachment.bin>


More information about the llvm-commits mailing list