[PATCH] D28484: SimplifyLibCalls: Replace more unary libcalls with intrinsics

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 13:57:19 PST 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

The intrinsics aren't used nearly as much as the function calls, so it's possible this will expose issues... but that's fine, I think.


https://reviews.llvm.org/D28484





More information about the llvm-commits mailing list