[PATCH] D78606: [DAGCombine] Adding a new Newton-Raphson implementation to leverage the FMA

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 19:29:23 PDT 2020


steven.zhang marked an inline comment as done.
steven.zhang added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:4118
 
+  /// This enum inndicates the different methods we use to do the Newton
+  /// iterations for sqrt/rsqrt
----------------
See a typo here and will fix it later.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78606/new/

https://reviews.llvm.org/D78606





More information about the llvm-commits mailing list