[PATCH] D39615: [CodeGen] add remquo to list of recognized library calls

2017-11-04 Thread Sanjay Patel via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317407: [CodeGen] add remquo to list of recognized library calls (authored by spatel). Changed prior to commit: https://reviews.llvm.org/D39615?vs=121536&id=121591#toc Repository: rL LLVM https://re

[PATCH] D39615: [CodeGen] add remquo to list of recognized library calls

2017-11-03 Thread Eli Friedman via Phabricator via cfe-commits
efriedma accepted this revision. efriedma added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D39615 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/c

[PATCH] D39615: [CodeGen] add remquo to list of recognized library calls

2017-11-03 Thread Sanjay Patel via Phabricator via cfe-commits
spatel created this revision. Herald added a subscriber: mcrosier. I assume this is just an oversight because we already do recognize __builtin_remquo() with the same signature. http://en.cppreference.com/w/c/numeric/math/remquo http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.ht