[PATCH] D74712: Remove *_finite libary support, following upstream
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 09:26:55 PST 2020
efriedma added a comment.
I'm a little concerned we're dropping the code to recognize calls in the source code too soon. Existing headers will generate calls to *_finite with fast-math, and people will continue to use existing headers for the next few years, until everyone updates their distro/sysroot.
I'm fine getting rid of the code to lower the intrinsics to *_finite calls if they're not actually faster in practice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74712/new/
https://reviews.llvm.org/D74712
More information about the llvm-commits
mailing list