[PATCH] D28795: [NVPTX] Move getDivF32Level, usePrecSqrtF32, and useF32FTZ into out of DAGToDAG and into TargetLowering.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 14:52:03 PST 2017
tra added inline comments.
================
Comment at: llvm/lib/Target/NVPTX/NVPTXISelLowering.h:513
+ // XXX comments
+ int getDivF32Level() const;
----------------
This looks like a todo item. :-)
https://reviews.llvm.org/D28795
More information about the llvm-commits
mailing list