[PATCH] D87169: SVML support for log10, sqrt

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 13:40:37 PDT 2020


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/Analysis/VecFuncs.def:312
+
+TLI_DEFINE_VECFUNC("llvm.sqrt.f64", "__svml_sqrt2", 2)
+TLI_DEFINE_VECFUNC("llvm.sqrt.f64", "__svml_sqrt4", 4)
----------------
I don't think we want to use SVML for llvm.sqrt. We have a hardware instruction for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87169



More information about the llvm-commits mailing list