[PATCH] D63294: [Analysis] enhance FP library function prototype checking to match types with name suffix
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 14:36:33 PDT 2019
efriedma added a subscriber: dylanmckay.
efriedma added a comment.
AVR intentionally makes the C type "double" a single-precision float ("float" in IR). So we could fail to recognize "fabs" etc. on AVR with this patch, I think?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63294/new/
https://reviews.llvm.org/D63294
More information about the llvm-commits
mailing list