[PATCH] D31094: [BuildLibCalls] emitPutChar should infer its function attributes

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 16:15:04 PDT 2017


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

In https://reviews.llvm.org/D31094#704261, @craig.topper wrote:

> fputc and fputs check the type of one of the arguments before calling  inferLibFuncAttributes. So its not always unconditional.


In that case, LGTM.


https://reviews.llvm.org/D31094





More information about the llvm-commits mailing list