[PATCH] D31789: [TLI] Add mapping for various '__<func>_finite' forms of the math routines to SVML routines
Chris Chrulski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 11 14:56:04 PDT 2017
chrischr added inline comments.
================
Comment at: lib/Analysis/TargetLibraryInfo.cpp:1377
+ { "__powf_finite", "__svml_powf8", 8 },
+ { "__powf_finite", "__svml_powf16", 16 },
+
----------------
andrew.w.kaylor wrote:
> Is there a reason not to group these with the corresponding non-finite-only versions?
No, and looking back at how the others are ordered/grouped, I think it makes sense to move these to be with those. I'll update it.
https://reviews.llvm.org/D31789
More information about the llvm-commits
mailing list