[PATCH] D22975: [DAG Combiner] Fix the native computation of the Newton series for reciprocals
Evandro Menezes via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 11:14:05 PST 2016
evandro updated the summary for this revision.
evandro added a reviewer: rengolin.
evandro removed a subscriber: rengolin.
evandro updated this revision to Diff 77516.
evandro added a comment.
It makes sense to split the fix of this issue from the native implementation using it in AArch64.
This part retains the target-independent changes as before. The part with the AArch64 specific changes will be followed up in another patch.
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/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22975.77516.patch
Type: text/x-patch
Size: 13681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161110/bc7814f5/attachment.bin>
More information about the llvm-commits
mailing list