[PATCH] D25440: [Target] remove TargetRecip class; move reciprocal estimate isel functionality to TargetLowering

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 09:02:31 PDT 2016


spatel updated this revision to Diff 75017.
spatel added a comment.
Herald added a subscriber: wdng.

Patch updated:
There was a copy/paste bug in the DAGCombiner hunk - it was checking the function override for div rather than sqrt. We don't have very good test coverage for checking those function attribute strings.


https://reviews.llvm.org/D25440

Files:
  include/llvm/Target/TargetLowering.h
  include/llvm/Target/TargetOptions.h
  include/llvm/Target/TargetRecip.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.h
  lib/Target/CMakeLists.txt
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/TargetRecip.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25440.75017.patch
Type: text/x-patch
Size: 43228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/08f8d874/attachment.bin>


More information about the llvm-commits mailing list