[PATCH] D31789: [TLI] Add mapping for various '__<func>_finite' forms of the math routines to SVML routines

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 14:49:02 PDT 2017


andrew.w.kaylor added inline comments.


================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:1377
+        { "__powf_finite", "__svml_powf8", 8 },
+        { "__powf_finite", "__svml_powf16", 16 },
+
----------------
Is there a reason not to group these with the corresponding non-finite-only versions?


https://reviews.llvm.org/D31789





More information about the llvm-commits mailing list