[PATCH] D28484: SimplifyLibCalls: Replace more unary libcalls with intrinsics
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 17:00:52 PST 2017
efriedma added a comment.
I would say map `@rint()` to `@llvm.nearbyint`... but otherwise leave in the `@llvm.rint()` handling. We can kill off `@llvm.rint()` in a followup.
https://reviews.llvm.org/D28484
More information about the llvm-commits
mailing list