[PATCH] D28795: [NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32FTZ into out of DAGToDAG and into TargetLowering.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 23:27:26 PST 2017


jlebar created this revision.
Herald added a subscriber: jholewinski.

DADToDAG has access to TargetLowering, but not vice versa, so this is
the more general location for these functions.

NFC


https://reviews.llvm.org/D28795

Files:
  llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  llvm/lib/Target/NVPTX/NVPTXISelLowering.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28795.84636.patch
Type: text/x-patch
Size: 5699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/2dad93f5/attachment.bin>


More information about the llvm-commits mailing list