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
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
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