[PATCH] D39507: [AArch64] Fix the number of iterations for the Newton series

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 13:33:22 PDT 2017


evandro created this revision.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar, rengolin.

The number of iterations was incorrectly determined for DP FP vector types and the tests were insufficient to flag this issue.

Probably the releases 4 and 5 of LLVM should also be fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D39507

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39507.121178.patch
Type: text/x-patch
Size: 10702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171101/fc9c46b7/attachment-0001.bin>


More information about the llvm-commits mailing list